Wait for a webhook
wait_for_webhookBlock until the next request reaches a webhook URL (or the timeout elapses), then return it in full: method, path, headers, body, detected provider and event. Use right after triggering an action that should send a webhook. Call again with after set to the last request's createdAt to wait for the following one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ISO timestamp: only requests strictly newer than this. Default: now. | |
| token | Yes | Token of the webhook URL (the part after /r/) | |
| timeout_seconds | No | Default 30, max 50 |