---
title: AlertNow
description: Sync Datadog alerts with those in AlertNow
breadcrumbs: Docs > Integrations > AlertNow
---

# AlertNow
Supported OS Integration version1.0.0
## Overview{% #overview %}

AlertNow is an integrated incident management platform that collects alerts from various and complex IT environments and delivers the alerts to the right people, enabling them to handle incidents rapidly. Connecting AlertNow with Datadog automatically syncs your Datadog alerts with those in AlertNow. You can manage alerts on a single platform, notify your teams, and respond to critical issues immediately.

What AlertNow offers:

- Trigger and resolve incidents from Datadog

- Notify the right people via email, SMS, Voice call, and mobile application when incidents occur

- Notify users based on escalation policy

- Reports on MTTA and MTTR, analysis reports



## Setup{% #setup %}

### AlertNow{% #alertnow %}

To connect Datadog with AlertNow, create a webhook and monitors in Datadog.

1. Use your existing account or create an AlertNow account at opsnow.com.

1. Log in to AlertNow and go to the Configuration > Integration menu.

1. Click **Create Integration**, and then select the **Datadog** card.



1. In the Create integration page, enter the required information, and then click the OK button to create the integration.



1. Copy the URL from the Integration page of AlertNow.

### Datadog{% #datadog %}

Follow the steps below in your Datadog account.

1. Open the [Webhooks Integration tile](https://app.datadoghq.com/account/login?next=%2Faccount%2Fsettings#integrations/webhooks).

1. Select the **Configuration** tab, and scroll to the bottom and click **New**.

1. On the **New Webhook** form, enter a meaningful name and the AlertNow Webhook URL created in the AlertNow integration page. The format of the copied AlertNow Webhook URL is as below. Substitute your API key for **{ALERTNOW-API-KEY}**.

   ```
    https://alertnowitgr.opsnow.com/integration/datadog/v1/{ALERTNOW-API-KEY} 
```



1. Copy the JSON Payload below and paste it in the Payload window.

   ```json
   {
       "id":"$ID",
       "email":"$EMAIL",
       "eventTitle":"$EVENT_TITLE",
       "eventMsg":"$EVENT_MSG",
       "textOnlyMsg":"$TEXT_ONLY_MSG",
       "eventType":"$EVENT_TYPE",
       "date":"$DATE",
       "datePosix":"$DATE_POSIX",
       "alertId":"$ALERT_ID",
       "alertType":"$ALERT_TYPE",
       "aggregKey":"$AGGREG_KEY",
       "orgId":"$ORG_ID",
       "alertStatus":"$ALERT_STATUS",
       "alertScope":"$ALERT_SCOPE",
       "hostname":"$HOSTNAME",
       "user":"$USER",
       "username":"$USERNAME",
       "snapshot":"$SNAPSHOT",
       "link":"$LINK",
       "priority":"$PRIORITY",
       "tags":"$TAGS",
       "lastUpdated":"$LAST_UPDATED",
       "lastUpdatedPosix":"$LAST_UPDATED_POSIX",
       "alertMetric":"$ALERT_METRIC",
       "metricNamespace":"$METRIC_NAMESPACE",
       "alertTransition":"$ALERT_TRANSITION",
       "orgName":"$ORG_NAME",
       "alertQuery":"$ALERT_QUERY",
       "alertTitle":"$ALERT_TITLE",
       "alertCycleKey":"$ALERT_CYCLE_KEY"
   }
   ```

1. Refer to Datadog's [Alerting documentation](https://docs.datadoghq.com/monitors.md) to create monitors.

## Support{% #support %}

Need help? Contact [AlertNow support](mailto:support@opsnow.com).
