Twilio · Arazzo Workflow
Twilio Validate a Number then Start a Verification
Version 1.0.0
Look up a phone number, and only when it is a valid mobile number start a Verify verification.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
lookup-then-start-verification
Validate a number with Lookup, then conditionally start a verification.
Fetches phone number intelligence and branches on the valid flag, starting a Verify verification only for valid numbers.
1
lookupNumber
fetchPhoneNumber
Query the Lookup API for validation and line type intelligence on the supplied number.
2
startVerification
createVerification
Start a verification on the Verify service for the validated number.
Source API Descriptions
openapi