A webhook that can be used by dialog nodes to make programmatic calls to an external function. Note: Currently, only a single webhook named main_webhook is supported.
main_webhook
An optional array of HTTP headers to pass with the HTTP request.
The name of the webhook. Currently, main_webhook is the only supported value.
The URL for the external service or application to which you want to send HTTP POST requests.
Generated using TypeDoc
A webhook that can be used by dialog nodes to make programmatic calls to an external function. Note: Currently, only a single webhook named
main_webhook
is supported.