create_hook
Create a capture hook: a public HTTPS URL that records every HTTP request sent to it (webhook capture). Point the app under test's webhook config at the returned ingest_url, then call wait_for_hook_request. Receive-only: mailfixture answers a fixed 200 and never forwards or replays. Returns {id, token, ingest_url, label, ttl_expires_at}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional human label ("checkout-service webhooks"). | |
| ttl_seconds | No | Auto-delete the hook (and its captured requests) after this many seconds (60..2592000). Omit for a long-lived hook. |