get_webhook_email
Retrieve the unique email address associated with a Webhook.site token to capture emails as webhook data, with optional token validation.
Instructions
Get the unique email address for a webhook token. Any emails sent to this address will be captured by the webhook. Optionally validate that the token exists.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| validate | No | If true, verify the token exists via API call before returning email |