verifyapi_send_otp
Send a one-time passcode to a phone number for verification. Supports multiple channels with configurable fallback times.
Instructions
Send a one-time passcode (OTP) to a phone number. Returns reference_id needed for verifyapi_check_code. Supports multiple fallback channels with fallback_time. See docs://telesign/verify-api.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipient | Yes | Recipient contact info | |
| verification_policy | Yes | Array of verification methods in order. Each can have fallback_time (seconds) except the last one. Example: [{method:'sms',fallback_time:30},{method:'voice'}] |