get_code
Wait for an incoming SMS and extract the verification code. Use after triggering a verification flow to obtain the code.
Instructions
Wait for an incoming SMS and extract the verification code. Use this after triggering a verification flow — it long-polls until a message arrives or the timeout expires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Seconds to wait for a message (default: 30, max: 30) | |
| numberId | No | Filter polling to a specific phone number ID (from list_numbers). Omit to poll across all your numbers. |