Create webhook action

  1. In the Events & Actions view on the Admin Portal, create an action by clicking the + Add Action button.

  2. Click Webhook to select it as the action type.

  3. Put the URL of your Webhook under Configuration.

    WebHook URL

    You can also create custom headers (if your webhook requires authorization) and set Webhook Retry by turning it on while creating or modifying an existing action. You can set the following:

    NameMin valueMax value
    Number of Retries14
    Base retry interval (in seconds)10900

    This feature follows jittered retry strategy, for more information refer to the Retry section.

  4. Pair your action with an event listener without leaving the Actions view. To do this, click the Add event listener button and select an existing event listener or create a new one.

  5. Save your newly created action by clicking the Save changes button.

Webhook payloads

For more information, refer to Webhook payloads.

Last updated on