wait_for_request
Monitor webhook endpoints for incoming HTTP requests, emails, or DNS lookups using real-time streaming to test integrations without polling.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| timeout_seconds | No | Maximum time to wait in seconds (default: 60) | |
| request_type | No | Filter by request type: 'web' (HTTP requests), 'email', or 'dns'. Leave empty for any type. |