wait_for_email
Wait for incoming emails at a Webhook.site address, extract links automatically, and monitor authentication or login flows using real-time streaming.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| timeout_seconds | No | Maximum time to wait in seconds (default: 60) | |
| extract_links | No | Whether to extract all URLs from the email body (default: true) |