Twilio · Arazzo Workflow
Twilio Search and Buy a Number
Version 1.0.0
Discover phone number orders, provision (host) a number, then confirm the order.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
search-and-buy-number
Search hosted number orders, provision a number, and confirm the order.
Lists HostedNumberOrders filtered by SMS capability and status to discover candidate numbers, provisions a number by creating a new HostedNumberOrder (which produces an IncomingPhoneNumber SID), then fetches the order to confirm it landed.
1
searchOrders
ListHostedNumberOrder
Discover existing HostedNumberOrders by capability and status so you can see in-flight numbers and pick candidates before provisioning.
2
provisionNumber
CreateHostedNumberOrder
Provision the number by creating a HostedNumberOrder that hosts its capabilities on Twilio's platform, producing an IncomingPhoneNumber SID.
3
confirmOrder
FetchHostedNumberOrder
Fetch the HostedNumberOrder back to confirm it was created and read its current status.