Integrate Spike with Datadog
Integrate Spike with Datadog to receive real-time alerts via Phone calls, SMS, Slack, MS Teams, and more when your monitored systems or devices encounter issues.

Service and Integration Setup
Before proceeding, ensure you have:
Added the Datadog integration in Spike.
Copied the Spike webhook URL from the dashboard.
For details, see:
Create integration and service on our dashboardConfigure the Webhook in Datadog
Step 1: Open Integrations
From the sidebar, select Integrations.

Step 2: Choose Webhooks
Search for Webhooks in the integrations list and select it.

Step 3: Create a Webhook
Fill in the details and paste your Spike webhook URL into the URL field.

Step 4: Add the Payload
Copy the following payload and paste it into Datadog. You can also customize it with any of Datadog’s template variables.
To ensure proper incident management:
Include
$AGGREG_KEY
– enables automatic resolution.Include
$ALERT_TRANSITION
– indicates if the event is triggering or resolving.
{
"body": "$EVENT_MSG",
"last_updated": "$LAST_UPDATED",
"event_type": "$EVENT_TYPE",
"title": "$EVENT_TITLE",
"date": "$DATE",
"alert_transition": "$ALERT_TRANSITION",
"aggreg_key": "$AGGREG_KEY",
"org": {
"id": "$ORG_ID",
"name": "$ORG_NAME"
},
"id": "$ID"
}
Set Up Automatic Notifications
Go to Incident Settings in Datadog.
Click Notification Rules → New Rule.
Select condition:
Declared or Incident attributes are updated
.
Configure the conditions as required.
In the Notify field, select the webhook you created.
For auto-resolution, enable Renotify on: Status Update.

At Spike, we’re committed to integrating with the tools your team already uses. Our mission is to help you detect incidents, crashes, and spikes before your customers do.
If you’d like us to build a new integration, contact us at [email protected].
Last updated
Was this helpful?