Setup time: 5 Min
1. Create an integration on All Quiet
Create a Datadog integration
- Click on the
Integrations > InboundTab. - Click on
Create New Integration.

Select Datadog for the integration’s type
- Enter a display name for your Datadog integration, e.g. “Datadog PROD”.
- Select
Datadogas the type. - Click
Create integration.

Get the All Quiet webhook URL
Copy your integration’s webhook URL. You’ll need it later on the Datadog platform.
2. Configure DataDog
The following steps will be done on the Datadog platform. So, log in to Datadog with your account.Install Webhooks integration
- In the navigation menu, click on
Integrations - Install the
Webhooksintegration and configure it

Create a new webhook
In theConfiguration tab, click on New Webhook

Configure DataDog webhook
- Give your webhook a name, e.g. “All-Quiet-Webhook”
- Paste in the All Quiet webhook URL you’ve obtained in step Get The All Quiet Webhook URL.
- Configure the payload that Datadog should send to All Quiet. You can copy & paste the JSON snippet
datadog-payload.jsonprovided below. - Finally, save the integration.
datadog-payload.json

Configure your monitor
- Click on
Monitors - Select one of your monitors and open its edit page. In this example, the monitor’s name was “My Watchdog Monitor”.
- In the subsection “Configure notifications & automations”, tag your newly created hook with “@webhook-Your-Webhook-Name”. This will tell Datadog to use your webhook integration as a notification destination.

Set your monitor’s priority
- Within step “Configure notifications & automations”, scroll down to section “Metadata”
- You’ll find a select box to set the priority of your monitor.
P1,P2will map to severityCriticalP3,P4will map to severityWarningP5will map to severityMinor- If you don’t specify a priority, the incident’s severity will be
Critical

3. Test Notifications
These steps are important to successfully test your Datadog integration on the All Quiet side.- Click on
Test notificationsat the very bottom of the edit page. - Click on
Run Testto send out notifications to your newly created All Quiet integration. - Finally, don’t forget to
Saveyour integration!

Datadog’s notifications with Webhooks are now successfully integrated into All
Quiet, offering enhanced incident management capabilities and efficient policy
management through an intuitive interface.
Datadog Alert as All Quiet Incident
You’re done. 🥳 The next steps are merely there to verify if everything’s setup correctly! Go back to the All Quiet Web App and navigate to the “Incidents” overview. You will see the test incident created by Datadog. Open the details page to see the incident created. If you are missing anything, you can adjust the Alert on Datadog to send the info required and map it against an All Quiet incident in the payload mapping section of your Datadog inbound integration page on All Quiet.
Adjust Payload Mapping
Looking to customize the fields of your incidents by adjusting the pre-built payload mapping? Simply head over to the “Payload” tab within your integration and make the necessary edits to the mapping. For detailed guidance, you may check out our payload mapping documentation.Using our Terraform provider? Download the default mapping of the
allquiet_integration_mapping resource for the Datadog integration. Simply copy the syntax to your .tf file and tailor the resource to your team’s needs!