Cross-Provider Workflow
Twilio SMS to SendGrid Email Escalation
Version 1.0.0
Send an SMS alert via Twilio, then escalate to an email via SendGrid.
Providers Orchestrated
Workflows
sms-then-email-escalation
Send an SMS, then escalate the alert to email if delivery is not queued.
Sends an SMS notification through Twilio and inspects the returned message status. If the message is not accepted for delivery, the same alert is escalated to the recipient by email through SendGrid.
1
send-sms
$sourceDescriptions.twilioMessagingApi.createMessage
Send the alert as an SMS message via Twilio.
2
escalate-email
$sourceDescriptions.sendgridMailApi.SendMail
Escalate the same alert to the recipient by email via SendGrid.
Source API Descriptions
openapi