Webhook configuration

Click the Webhook tab on the Create automation configuration page, to display the Webhook configuration section.

Webhooks are an easy and convenient way of notifying a third-party system that a specific event has occurred, through an HTTP callback. As a result, you do not need to program your applications to make regular API calls to check if an event has taken place.

Configuring webhooks

To configure a webook, define or select:

  1. The URL for the HTTP request.
  2. The data Format:
    • JSON.
    • XML.
  3. The payload format, by clicking the appropriate button:
    • Positional
      Values are sent sequentially in the defined order.
    • Metafields
      Values are sent in key-value format.
  4. The action to perform.