Triggered Action Type - Send Webhook

The Send Webhook Triggered Action type is intended to serve as a general purpose way to send a custom payload to a webhook endpoint.

This Action has the following parameters:

  • Method: Select an HTTP method: GET, PUT, POST, or DELETE.

  • URL: Enter the webhook endpoint.

Header Parameters

Header parameters are included in the request header. Usually, the header includes authorization parameters. To define Header parameters, click Add within the Request Headers section, then enter the following information: 

  • Check Enabled.

  • Within the Name , enter the name of the parameter.

  • In the Value field, enter the parameter value.

Repeat this step as needed to define additional Header parameters.

Body Parameters

Frequently, Webhook calls include a JSON object in the request body, consisting of one or more key / value pairs. When defining the Request Body parameters, the platform allows you to enter these key / value pairs directly into the user interface. Optionally, you can also enter the "raw" JSON object. If you don't submit the raw JSON object, the platform submits the request as form data. 

Please note that in order to include double-quotes in a JSON value, you must escape the double-quote with a backslash. For example:

{"test": "<strong style=\"font-style: italic\">Hello World</strong>"}

To enter the Request Body parameters, select the Custom tab within the Custom Parameters section. Click Add, then enter the following information:

  • Check Enabled.

  • Within the Name , enter the name of the parameter.

  • In the Value field, enter the parameter value.

Repeat this step as needed to define additional Body parameters.

Optionally, to enter the raw JSON object, select the Raw tab within the Custom Parameters section, then enter the JSON object within the Request Body field.