> ## Documentation Index
> Fetch the complete documentation index at: https://docs.origami.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# 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"`.




## OpenAPI

````yaml /openapi-webhooks.yaml webhook webhook.test
openapi: 3.1.0
info:
  title: Origami Webhooks
  version: '1.0'
  description: |
    Outbound events Origami POSTs to your servers when sequencer activity
    happens. Verify the `webhook-signature` header on every request
    before acting on the payload — see the signatures guide. Receivers
    MUST dedupe on the `webhook-id` header. Configure endpoints in
    **Settings → Developers → Webhooks**.
servers: []
security: []
paths: {}

````