create_webhook_inbox
Creates a disposable webhook inbox with a public URL to capture and inspect incoming HTTP requests for testing webhook handlers.
Instructions
Create a new HookRay webhook inbox and return its public capture URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persistent | No | If true, the inbox does not expire (requires Pro plan / API key). Default: false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inbox_id | Yes | 8-char slug, e.g. abc12345 | |
| url | Yes | Full HTTPS URL to POST webhooks to | |
| expires_at | No | ISO 8601 timestamp | |
| max_requests | No |