get_webhook_url
Retrieve the complete webhook URL for a specified token, with optional validation to confirm token existence before use.
Instructions
Get the full URL for a webhook token. 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 URL |