Twilio · Arazzo Workflow
Twilio Create a Conversation, Add a Participant, and Send a Message
Version 1.0.0
Stand up a Conversations thread, attach an SMS participant by address, and post the first message.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
create-conversation-add-participant-send-message
Create a conversation, add an SMS participant, and send the first message.
Creates a conversation, adds a participant addressed by their phone number via the Twilio proxy address, and posts an opening message authored by the business.
1
createConversation
CreateConversation
Create the conversation thread that will hold the participant and messages.
2
addParticipant
CreateConversationParticipant
Add a participant to the conversation, bound to their messaging address and the Twilio proxy address.
3
sendMessage
CreateConversationMessage
Post the opening message into the conversation.