Discord is a communication app that lets people connect with each other through text, voice, and video calls. By integrating Datadog with Discord using webhooks, you can receive notifications and never miss an important event.
-
Follow Discord's instructions on how to create a webhook to send notifications to a specific channel.
-
Navigate to the webhook integration tile in Datadog. Click New in the Webhooks section under the Configuration tab.
-
Name your webhook and paste the URL you copied from Discord. Note: You do not need to add an authentication method.
-
You can customize your payload or copy and paste the template below. See the webhook documentation for more details on the available variables.
{
"embeds":[
{
"title":"$EVENT_TITLE",
"description":"$EVENT_MSG",
"url":"$LINK",
"color":"3407966",
"image":{
"url":"$SNAPSHOT"
}
}
]
}
Need help? Contact Datadog support