Cross-Provider Workflow
Datadog Monitor Creation to Slack Notification
Version 1.0.0
Create a Datadog monitor and notify a Slack channel it is live.
Providers Orchestrated
Workflows
create-monitor-notify-slack
Create a Datadog monitor and notify a Slack channel.
Creates a metric alert monitor in Datadog and posts a Slack message confirming the new monitor is active with its identifier.
1
create-monitor
$sourceDescriptions.datadogMonitors.createMonitor
Create a metric alert monitor in Datadog.
2
notify-slack
$sourceDescriptions.slackChat.postChatPostmessage
Notify a Slack channel that the monitor is active.
Source API Descriptions
openapi