Creating a Webhook

  1. Navigate to the webhooks section and click Add Webhook.
Webhooks Home Page
  1. Provide the necessary details and create a webhook.
Creating a webhook

Learn more about HTTPS methods

HTTPS Call Settings

  1. In the webhook Additional Settings, you can set the invocation rate limit per second. This will limit the excessive use of endpoints that may overload the target systems.
Additional settings of a webhook
Note:
  • You can only make HTTPS calls using this webhook.
  • You can configure a maximum invocation rate limit of up to 300 HTTPS calls per second.
  1. If you want to add headers or parameters to the HTTPS calls, specify the key and its value.
Creating custom parameters and headers

You can provide both static and variable values. To provide a value, use the following format: {{value}}. This value can represent either a dynamic key from the event schema or a static value. This flexibility helps you to configure the same parameter with both static and dynamic values for different targets.

Note: If you choose to provide a static value without using this format, the parameter will be fixed and can only be used with that specific static value.
  1. Once you have configured the headers and parameters here, navigate to the Rule where you want to add this webhook.

In the target page of the rule, select the recently created webhook.

  1. A new field called Placeholders will appear. Configure the values for the listed headers and parameters.

For variable values, provide the JSON path of the key whose value you want for the key.

Placeholders in the target configuration page

Last Updated 2025-04-11 18:35:15 +0530 +0530

ON THIS PAGE