Cross-Provider Workflow
Incident Notify Across Twilio, Slack, and SendGrid
Version 1.0.0
Page on-call by SMS, alert a Slack channel, and email a status update.
Providers Orchestrated
Workflows
incident-fan-out
Page on-call by SMS, alert Slack, then email stakeholders.
Pages the on-call engineer by SMS through Twilio, alerts the incident channel in Slack, and emails a status update to stakeholders via SendGrid.
1
page-on-call
$sourceDescriptions.twilioMessagingApi.createMessage
Page the on-call engineer by SMS through Twilio.
2
alert-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Alert the incident channel in Slack.
3
email-stakeholders
$sourceDescriptions.sendgridMailApi.SendMail
Email a status update to stakeholders via SendGrid.
Source API Descriptions
openapi
openapi