Cross-Provider Workflow
Major Incident Multi-Channel Notification
Version 1.0.0
Log a ServiceNow major incident, alert Slack, and page on-call by SMS.
Providers Orchestrated
Workflows
major-incident-notify
Create a ServiceNow incident, alert Slack, then page on-call by SMS.
Creates a high-impact ServiceNow incident record, posts an alert to the incident Slack channel, and sends an SMS page to the on-call engineer.
1
create-incident
$sourceDescriptions.servicenowTable.createRecord
Create a high-impact ServiceNow incident record.
2
alert-slack
$sourceDescriptions.slackChat.postChatPostmessage
Broadcast the incident to the incident response Slack channel.
3
page-oncall
$sourceDescriptions.twilioMessaging.createMessage
Page the on-call engineer by SMS via Twilio.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.