# Configure a Webhook

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

![](/files/hKKt9fkoYP5E53LuQo7L)

&#x20;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

![](/files/vfhLSZ1rjo67He6uNnzl)

Click "Apply" and your Webhook is now configured.

![](/files/Ls0DZsONznSufpFVrT6b)

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.workdigital.io/webhook/configure-a-webhook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
