Configure a Webhook

To setup a webhook for your app, Navigate to "App Settings" --> "Advanced Settings" --> "Webhook Settings"

Click "New Webhook" to configure a new webhook and enter the following details:

  • Payload URL - the url where webhook payload will be sent

  • Events - Select the events that you want to listen to

  • Secret Key (Optional) - if provided, the webhook payload will be signed using the secret key, so you can verify the webhook payload on your end to confirm that the webhook was actually triggered from your WorkDigital.

  • Active - whether the webhook is active or inactive

Click "Apply" and your Webhook is configured now.

Last updated