Skip to content

Instantly share code, notes, and snippets.

@dietergoetelen
Forked from hydrosquall/webhook.json
Last active June 24, 2022 08:03
Show Gist options
  • Save dietergoetelen/326795e72909fe4522d816d05b2987f2 to your computer and use it in GitHub Desktop.
Save dietergoetelen/326795e72909fe4522d816d05b2987f2 to your computer and use it in GitHub Desktop.
Webhook Payload: Datadog Graphs -> Discord Bot

Resources

Datadog

Making discord webhooks

{
"embeds":[
{
"title":"$EVENT_TITLE",
"url":"$LINK",
"description":"$EVENT_MSG",
"thumbnail":{
"url":"$SNAPSHOT"
}
},
{
"fields":[
{
"name":"tags",
"value":"$TAGS",
"inline":true
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment