Skip to main content
Version: 11.x

Webhook

The webhook data source provides a webhook which you can use to send information in real-time to a connected template. Both GET and POST requests are accepted.

GET
Accepts any query parameters that will be converted to JSON and the user is able to bind these parameters in the template using the equivalent JSONPath. It’s also possible to send a single parameter named “message” and this will be available in the message data binding in the template.

POST
Accepts a JSON body which will be provided to the template as is. Users can bind to values using their equivalent JSONPath.

note

Messages are transient, they are only available to templates connected at the time of sending.
Data should be encoded in UTF8.