Webhooks
Create an inbound hook endpoint
Creates a hook endpoint with a freshly generated slug (hk_<hex>) and signing secret (hksec_<base64url>). The secret is returned ONCE, here (and on rotate). Inbound deliveries POST to the returned url and are HMAC-SHA256 verified over ${timestamp}.${rawBody}.
POST
Create an inbound hook endpoint
Authorizations
Workspace API key. Create one via the dashboard or POST /v1/auth/keys.
Body
application/json
Response
Created. secret is returned only in this response.
Available options:
cron, webhook, sms, email, event, manual Per-endpoint HMAC signing secret (hksec_...). Shown once.
Create an inbound hook endpoint