Webhook

The webhook action sends a HTTP/HTTPS webhook to the destination specified.

Required Fields

KeyDescription

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 Using webhooks

Last updated