send_verification_sms
Send a KYC verification link via SMS to a customer. Automatically uses the customer's phone number and generates a fresh verification link.
Instructions
Send a KYC verification link to a customer via SMS. Automatically fetches the customer's phone number and generates a fresh verification link. Requires TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, and TWILIO_PHONE_NUMBER environment variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | No | Override phone number (with country code, e.g., '+14155552671'). If not provided, uses the customer's phone on file. | |
| botName | No | Name of the bot/assistant sending the message (default: 'your assistant') | |
| customerId | Yes | The customer ID to send the verification SMS to | |
| verificationLinkTtlSecs | No | TTL for the verification link in seconds (default: 1800) |