get_webhook_email
Retrieve the unique email address for a webhook token to capture incoming emails. Optionally validate the token's existence.
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
| Name | Required | Description | Default |
|---|---|---|---|
| validate | No | If true, verify the token exists via API call before returning email | |
| webhook_token | Yes | The webhook token (UUID) from webhook.site |