Webhook
The webhook action sends a HTTP/HTTPS webhook to the destination specified.
Required Fields
Key
Description
type
The action type. Must be set as "webhook"
webhook_url
https://endpoint.com/webhook
Example
{
"type":"webhook",
"webhook_url":"https://endpoint.com/webhook"
}
The webhook body will follow the general webhook structure defined Webhooks
Last updated
Was this helpful?