# Configuring webhook in Datadog

For unSkript to receive alerts from Datadog, you need to configure the webhook URL in Datadog.

1. On the Datadog console, click on **Integrations** and search for **Webhooks**.
2. Install **Webhooks**, if not already installed and click on **Configure**
3. Click on **New**<br>

   <figure><img src="/files/Wlq1LFiBxuFf6urGGy4j" alt=""><figcaption></figcaption></figure>
4. Fill the lambda function URL. \
   For authenticated webhook, get the username and password from the **webhook details** in the unSkript app and url should be\
   **https\://\<username>:\<password>@\<lambda function url>**<br>

   <figure><img src="/files/Or0szxYI36v9BjcnJB5s" alt=""><figcaption></figcaption></figure>
5. Configure the above webhook for monitor(s) by clicking on **Edit** monitor<br>

   <figure><img src="/files/YzyMx36Yr1WoAMTpRyag" alt=""><figcaption></figcaption></figure>


---

# 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://docs.unskript.com/unskript-documentation/connnecting/connectors/datadog/configuring-webhook-in-datadog.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.
