wait_for_email
Wait for a sign-up, verify, or password-reset email to arrive, then extract confirmation links and OTP codes for automation.
Instructions
Wait for a sign-up, verify, magic-link, or password-reset email (1-120s).
Call this after the user (or you) submitted {token}@email.webhook.site
on a website. Returns subject, a truncated text preview, extracted
confirm / reset / login URLs, and verification_codes (OTP). Next:
follow_email_link, or type the code. HTML is omitted; use
export_webhook_data for the full message. Set return_existing=true if
the email already arrived. If there is no token yet, create_webhook first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extract_links | No | ||
| webhook_token | Yes | Webhook UUID returned by create_webhook | |
| return_existing | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||