Webhook manager

Explore webhook settings for customized notifications on your applicantions.

On this page, you can learn how to create, configure, and manage a webhook based on your requirements in the Webhook manager section.

Timing

When a Webhook HTTP request fails, the system will automatically attempt to resend it up to three times, at intervals of 10 seconds, 20 seconds, and 40 seconds respectively.


Create webhooks

To create a webhook:

  1. In the Dashboard, navigate to the Developer Hub, go to Webhooks → Webhook Manager, and click "Create Webhook".
  2. In the Webhook Name field, enter an appropriate name for your Webhook.
  3. From the Event Types dropdown list, select the desired event types. At this step, you can define which types of events you wish to receive (e.g. APPLICATION_PENDING).
  4. Enter the Callback URL.
  5. In the Secret field, the system will automatically generate a secret value, which is used for digest computation via the HMAC algorithm. You may either set a custom secret value or use the system-generated one.
  6. Select the signature algorithm used to verify the Webhook sender. SHA256 is the default algorithm, but you may switch to SHA512 if required. This ensures that Webhooks are sent by AdvanGuard and that the data has not been tampered with.
  7. Toggle the Resend failed Webhooks checkbox to enable or disable automatic resending of failed Webhook deliveries.
  8. Save your changes.

Manage webhook settings

You can manage your webhook settings in any of the following ways:

  • Edit webhook parameters. Modify webhook parameters at any time if you need to change any of the existing settings.
  • Remove webhooks. Remove a webhook configuration whenever you no longer need it.
  • Disable webhooks. Disable the existing webhook temporarily. You can re-enable it at any time.

You can also search for webhooks by specifying filters such as webhook type, status, and receiver.


Did this page help you?