Ingest a direct webhook (no Hookdeck)

View as Markdown

Public endpoint used in local dev / tests when Hookdeck is not configured. Authenticated by the per-channel X-Channel-Secret; requires an X-Idempotency-Key. Dispatches the payload to the matching channel’s routes.

Path parameters

orgSlugstringRequired
channelSlugstringRequired

Headers

X-Channel-SecretstringRequired

Per-channel secret authenticating the caller.

X-Idempotency-KeystringRequired

Caller-supplied key making delivery exactly-once across retries.

Response

Delivery replayed or skipped.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
413
Content Too Large Error
500
Internal Server Error