Twilio · Arazzo Workflow
Twilio Schedule a Message and Cancel It Before Send
Version 1.0.0
Schedule a future message via a messaging service, then cancel it while it is still scheduled.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
schedule-and-cancel-message
Schedule a message, confirm it is scheduled, then cancel it.
Creates a scheduled message via a messaging service, fetches it to confirm the scheduled state, and cancels it while still queued.
1
scheduleMessage
createMessage
Schedule the message for future delivery through the messaging service.
2
confirmScheduled
fetchMessage
Fetch the message to confirm it is in the scheduled state before cancelling.
3
cancelMessage
updateMessage
Cancel the still-queued scheduled message by updating its status to canceled.