# Datadog Integration

This integration ensures that your team stays informed about important changes and potential security risks & threats within your environment, enhancing your organization's identity protection capabilities.

### Configuring Datadog HTTP Event Reciever

For the integration, you will need an HTTP Event collector configured in Datadog. information regarding the process can be found on [Datadog documentation](https://docs.datadoghq.com/developers/guide/calling-on-datadog-s-api-with-the-webhooks-integration/). After performing the steps as described in their documentation, please keep note of the Webhook URL and Authorization Token.

### Adding integration in Rezonate

To enable this integration, click the setting button on the top right corner of the application.\
In the settings, select Accounts & Integrations, and then pick **External Integrations**.

Click on **New Integration** and select **DataDog**.

**Fill out the form as follows:**

* Name = The name for this integration channel (It can be anything)
* URL = Your incoming webhook receiver url
* API Key = The key that is authorized to post

Note that before saving the integration, you can click on **Test Integration** which will send an example message to that channel.

<figure><img src="/files/23lvaG9Nce9b5iPiQsAD" alt=""><figcaption></figcaption></figure>

Thats it! now you can send Notifications and Alerts from any part of the platform to Datadog.


---

# 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://kb.rezonate.io/notifications-and-alerts/datadog-integration.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.
