Cross-Provider Workflow
Twilio SMS Broadcast to Slack and Teams
Version 1.0.0
Send a customer SMS via Twilio, then mirror it to Slack and Teams.
Providers Orchestrated
Workflows
sms-broadcast-with-mirror
Send a customer SMS, then mirror it to Slack and Teams.
Sends a customer SMS through Twilio and mirrors the same notification to an internal Slack channel and a Microsoft Teams channel.
1
send-customer-sms
$sourceDescriptions.twilioMessagingApi.createMessage
Send the customer-facing SMS through Twilio.
2
mirror-to-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Mirror the notification to the internal Slack channel.
3
mirror-to-teams
$sourceDescriptions.teamsGraphApi.sendChannelMessage
Mirror the notification to the Microsoft Teams channel.
Source API Descriptions
openapi
openapi