Twilio · Arazzo Workflow
Twilio Reply to a Conversation and Track Delivery Receipts
Version 1.0.0
Confirm a conversation exists, post a reply message, then list the per-channel delivery receipts.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
conversation-reply-and-track-receipts
Verify a conversation, post a reply, and list its delivery receipts.
Fetches a conversation by SID, posts a reply message, then lists the delivery receipts for the posted message.
1
fetchConversation
FetchConversation
Fetch the conversation by SID to confirm it exists and read its state.
2
postReply
CreateConversationMessage
Post the reply message into the conversation.
3
listReceipts
ListConversationMessageReceipt
List the delivery receipts for the posted message to observe per-binding delivery state.