Twilio · Arazzo Workflow
Twilio Verify a Phone Number
Version 1.0.0
Create a Verify service, start a verification to a phone number, then check the code to confirm it.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
verify-phone-number
Create a Verify service, send a verification, and confirm the code.
Provisions a Verify service, starts a verification to the supplied phone number, and checks the user-entered code, ending in an approved verification.
1
createService
createService
Create (provision) a Verify service to configure verification behavior such as code length and branding.
2
startVerification
createVerification
Start a verification on the newly created service, sending a one-time code to the target phone number over the chosen channel.
3
checkVerification
createVerificationCheck
Check the code the user entered against the pending verification to confirm ownership of the phone number.