get_webhook_url
Retrieve the HTTPS callback URL for an existing webhook token. Provide the token to get the full webhook.site URL for testing endpoints.
Instructions
Return https://webhook.site/{token} for an existing webhook.
Use when the user already has a token and needs the HTTP callback URL.
For a new inbox, create_webhook already returns url.
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 | |||