Twilio · Arazzo Workflow
Twilio Provision a Messaging Service and Attach a Sender Number
Version 1.0.0
Create a messaging service, attach a phone number to its sender pool, then fetch the service back.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
provision-messaging-service-add-number
Create a messaging service, add a sender number, and confirm it.
Creates a messaging service, adds a phone number to its sender pool, then fetches the service resource to confirm the configuration.
1
createService
createMessagingService
Create the messaging service that will own the sender pool.
2
addNumber
addPhoneNumber
Attach an existing Twilio phone number to the messaging service sender pool.
3
confirmService
fetchMessagingService
Fetch the messaging service back to confirm its configuration.