Twilio · Arazzo Workflow
Twilio Send via Messaging Service
Version 1.0.0
Create a messaging service, then send a message through it using the sender-pool pattern.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
send-via-messaging-service
Create a messaging service and send a message through its sender pool.
Creates a messaging service, then sends a message by referencing the new service's SID as the MessagingServiceSid, letting Twilio select a sender from the pool rather than a fixed From number.
1
createService
createMessagingService
Create the messaging service that will own the sender pool and route the outbound message.
2
sendMessage
createMessage
Send the message through the messaging service by passing its SID as the MessagingServiceSid, letting Twilio select a sender from the pool.