In some circumstances, it may be useful to fire off a Webhook to an external URL that is listening for one. The Webhook Action enables you to do this.

There are two fields that you need to input information into, the URL of the endpoint you want to reach, and the JSON of the payload that you are going to send.

The JSON Payload field allows variable substitution! To learn more read the guide here: Variable Substitution

Name of Field

Type of Field

Description

Webhook URL

Textfield

Insert the URL of the Webhook endpoint

JSON Payload

JSON

Define the JSON body that will be sent along with the POST request

Example

Here is an example of a Webhook, note the JSON format you are entering. The Keys must be wrapped in quotations and and Page Variables you wish to add must be wrapped in quotes too.