API Reference
Test
Origami POSTs this event when you click Test endpoint in the dashboard. Always delivered regardless of subscription — it’s a wire-connectivity check, not a business signal.
Receivers can ignore test traffic in production analytics by
filtering on type === "webhook.test".
WEBHOOK
Body
application/json
Equal to the webhook-id HTTP header. Stable across retries —
use for receiver-side deduplication.
Event time (when the business action happened), set once at
publish and replayed on retries. NOT the dispatch time — that
lives in the webhook-timestamp HTTP header and is recomputed
per send.
Response
200
Receiver acknowledged.