Twilio · Arazzo Workflow
Twilio Validate a Number then Send a Message
Version 1.0.0
Look up a phone number for validity and line type, then send an SMS only when the number is valid.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
lookup-then-send-message
Validate a number with Lookup, then conditionally send a message.
Fetches phone number intelligence and branches on the valid flag: sends an SMS when the number is valid and ends without sending when it is not.
1
lookupNumber
fetchPhoneNumber
Query the Lookup API for validation and line type intelligence on the supplied phone number.
2
sendMessage
createMessage
Send the SMS to the validated phone number from the supplied Twilio sender.
Source API Descriptions
openapi