Cross-Provider Workflow
Sentry Issue to Datadog Event to Slack
Version 1.0.0
Pull a Sentry issue, post a Datadog event, then notify Slack.
Providers Orchestrated
Workflows
sentry-issue-to-datadog-event
List a Sentry issue, post a Datadog event, and notify Slack.
Retrieves open issues for a Sentry organization, posts the top error as a Datadog event, and notifies a Slack channel with the error title.
1
list-sentry-issues
$sourceDescriptions.sentryApi.listOrganizationIssues
List open issues for the Sentry organization.
2
post-datadog-event
$sourceDescriptions.datadogEvents.createEvent
Record the Sentry error as a Datadog event.
3
notify-slack
$sourceDescriptions.slackChat.postChatPostmessage
Notify a Slack channel with the Sentry error title.
Source API Descriptions
openapi
openapi