Cross-Provider Workflow
Datadog Incident to GitHub Issue to Slack
Version 1.0.0
Declare a Datadog incident, open a GitHub issue, then notify Slack.
Providers Orchestrated
Workflows
incident-to-issue-to-slack
Declare a Datadog incident, open a GitHub issue, and notify Slack.
Declares a Datadog incident, opens a GitHub issue to track remediation, and posts a Slack message linking responders to the issue.
1
declare-incident
$sourceDescriptions.datadogIncidents.createIncident
Declare a new incident in Datadog.
2
open-issue
$sourceDescriptions.githubIssues.createAnIssue
Open a GitHub issue to track the incident.
3
notify-slack
$sourceDescriptions.slackChat.postChatPostmessage
Notify the incident Slack channel with the issue link.
Source API Descriptions
openapi
openapi