Garmingo Docs
Types

Webhook

Send signed JSON POST callbacks for incidents, monitor events, and maintenance.

Receive machine-readable POSTs for automation.

Event Delivery

HTTP POST with JSON body (UTF-8). Includes event type, timestamp, identifiers, and payload object.

Setup

  1. Provide your HTTPS endpoint URL.
  2. (Optional) Add a secret token (sent in X-Signature header HMAC).
  3. Choose subscribed events.
  4. Save and trigger a test.

Retry Behavior

If your endpoint returns 5xx or times out, the platform will not retry. Keep handler idempotent.