Twilio · Arazzo Workflow
Twilio Verify Start, Poll, and Cancel a Verification
Version 1.0.0
Start a verification, fetch it to read its status, and cancel it if it is still pending.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
start-poll-and-cancel-verification
Start a verification, read its status, and cancel it if still pending.
Creates a verification, fetches it to read the status, and conditionally cancels it when it remains pending.
1
startVerification
createVerification
Start a verification on the service.
2
fetchVerification
fetchVerification
Fetch the verification by SID to read its current status.
3
cancelVerification
updateVerification
Cancel the still-pending verification by updating its status to canceled.