wait_for_email
Poll an inbox until an email arrives and return it. Specify inbox ID and timeout (default 60s, max 300s). Helps extract OTP codes from verification emails during signup.
Instructions
Poll an inbox until an email arrives. Returns the email once received. Times out after the specified duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inbox_id | Yes | The inbox ID to wait on | |
| timeout_seconds | No | Max seconds to wait (default: 60, max: 300) |