Reference

Webhooks

Job lifecycle + billing events.

M9 ships an outbound-webhook manager. The schema:

{
  "id": "evt_…",
  "type": "job.succeeded" | "job.failed" | "billing.paid" | "billing.refunded",
  "occurred_at": "2026-…",
  "workspace_id": "…",
  "data": { /* varies per type */ }
}

Each delivery is signed with a per-endpoint secret using HMAC-SHA256 over the raw body. Header name: X-Clipie-Signature: t=<ts>,v1=<sig>. You can manage endpoints at /settings/api-keys (M9).

Last updated 2026-04-17Needs more detail? β†’