Create webhook capture
create_webhook_captureCreate a throwaway URL that records the next HTTP request anyone sends to it, headers and body included. Use it to see what a webhook provider, a form or a third party service actually transmits, instead of trusting their documentation, and to prove that an integration fired at all. No API key, no account and no sign up: call it directly. Takes no parameters. Returns update_url to hand to the sender, read_url for a browser, a capture_id for read_webhook_capture, and an expire_timestamp 24 hours out. Whatever is sent becomes publicly readable, so do not point a production webhook carrying real data at it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| read_url | Yes | ||
| capture_id | Yes | ||
| update_url | Yes | ||
| expire_timestamp | Yes |