Cross-Provider Workflow
Slack Alert to SendGrid Email
Version 1.0.0
Post an alert to a Slack channel, then email the same alert via SendGrid.
Providers Orchestrated
Workflows
slack-alert-and-email
Post a Slack alert, then email the same alert through SendGrid.
Posts a message to a Slack channel and, on a successful post, emails the same alert content to an on-call address through SendGrid.
1
post-slack-alert
$sourceDescriptions.slackChatApi.postChatPostmessage
Post the alert message to the Slack channel.
2
email-alert
$sourceDescriptions.sendgridMailApi.SendMail
Email the same alert to the on-call address via SendGrid.
Source API Descriptions
openapi