get_webhook_email
Retrieve a temporary inbox address from a webhook token to receive sign-up, verification, or password reset emails. Use when you need to capture email messages sent to a specific webhook endpoint.
Instructions
Return the temp inbox to sign up, verify, magic-link, or reset a password.
Address is {token}@email.webhook.site. Use when the user already has a
token. If they do not, call create_webhook first — it also returns
email. After the site sends mail, call wait_for_email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| validate | No | ||
| webhook_token | Yes | Webhook UUID returned by create_webhook |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||