Twilio · Arazzo Workflow
Twilio Send a Message and Track Delivery Status
Version 1.0.0
Send an SMS/MMS and poll the message resource until it reaches a terminal delivery status.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
send-message-track-status
Send a message and confirm its final delivery status.
Sends a message via the Twilio REST API and then fetches the same message by its SID to observe the delivery status, branching to a delivered or failed terminal state.
1
sendMessage
createMessage
Send the SMS or MMS message from the Twilio sender to the recipient. The message is created and queued for delivery, returning a message SID.
2
checkStatus
fetchMessage
Fetch the message by its SID to read the current delivery status. Poll this step until the status becomes delivered, undelivered, or failed.