13. Send webhook to URLSends a webhook
(HTTP request) to an external address on the Internet, if necessary, it can analyze the response and accept the data.
Options:
- URL - the address where to send the request.
- Headers - you can add your own headers to the request.
- Body - add variables and their values to the request.
Request always contains:
Kommo entity ID, entity type, Rule ID, triggered condition group ID. You can use
variables and templates in the fields.
The trigger can analyze the response and, when it is received, run the script by sending it all the variables that came in the response. The response is analyzed for a maximum of 5 seconds.
The variables come in the
{var} or
{parrent_child1_child2...} format, up to 10 attachments. The entire body of the response is contained in the
{webhook_data} variable, i.e. it can be displayed in a note to see all the data.
Variables can be used to fill in the fields or in the conditions of condition blocks, since the system works the same way as with incoming hooks.