wait_for_email
Wait for an email to arrive at a Webhook.site email address using real-time streaming. Automatically extracts magic links and auth URLs for login flows.
Instructions
Wait for an email to be received at the webhook's email address ({token}@email.webhook.site). Uses real-time streaming (SSE) to efficiently wait. Automatically extracts links from the email, including magic/auth links for login flows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extract_links | No | Whether to extract all URLs from the email body (default: true) | |
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| timeout_seconds | No | Maximum time to wait in seconds (default: 60) |