Wait for a code
wait_for_codeWaits for the next verification code to arrive at a line and returns it. Call this immediately BEFORE triggering the text, so nothing is missed. Returns timedOut: true if none arrives in time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lineId | Yes | The line's id, from list_lines. | |
| timeoutSeconds | No | How long to wait, up to 55. Defaults to 30. |