wait_for_request
Wait for a new HTTP request to be received by a webhook using real-time streaming, eliminating the need for polling. Ideal for testing webhooks, callbacks, and API integrations.
Instructions
Wait for a new HTTP request to be received by the webhook. Uses real-time streaming (SSE) to efficiently wait without polling. Useful for testing webhooks, callbacks, and API integrations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_type | No | Filter by request type: 'web' (HTTP requests), 'email', or 'dns'. Leave empty for any type. | |
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| timeout_seconds | No | Maximum time to wait in seconds (default: 60) |