get_webhook_url
Retrieve the full URL for a webhook token. Optionally validate the token's existence via API.
Instructions
Get the full URL for a webhook token. 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 URL | |
| webhook_token | Yes | The webhook token (UUID) from webhook.site |