Cross-Provider Workflow
Datadog Monitor Alert to GitHub Issue to Slack
Version 1.0.0
Post a Datadog alert event, open a GitHub issue, then notify Slack.
Providers Orchestrated
Workflows
alert-to-issue-to-slack
Record a Datadog event, open a GitHub issue, and notify Slack.
Submits a Datadog event for a triggered monitor, opens a GitHub issue that references the event, and posts a Slack message linking to the new issue.
1
record-event
$sourceDescriptions.datadogEvents.createEvent
Submit the monitor alert as a Datadog event.
2
open-issue
$sourceDescriptions.githubIssues.createAnIssue
Open a GitHub issue that tracks the Datadog alert.
3
notify-slack
$sourceDescriptions.slackChat.postChatPostmessage
Notify the on-call Slack channel with the issue link.
Source API Descriptions
openapi
openapi