export_webhook_data
Export captured webhook requests to JSON format with full details including headers, body, IP address, timestamp, and user agent for analysis and debugging.
Instructions
Export all captured requests from a webhook to JSON format. Includes full request details: headers, body, IP, timestamp, user agent.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| limit | No | Maximum number of requests to export (default: 100) |