Skip to content

Webhooks overview

How Fajita delivers signed event payloads to your endpoint, the envelope shape, and the current schema version.

Core

A generic webhook channel delivers event payloads to your HTTPS endpoint as things happen: incidents, maintenance, and monitor signals.

What you receive

  • A JSON envelope with a stable shape and a schema_version.
  • Signature headers so you can verify the request came from Fajita.
  • At-least-once delivery, so design your endpoint to be idempotent.

Schema version

FieldValue
Current schema version2026-07-21
Signature algorithmHMAC-SHA256
Content typeapplication/json

Was this page helpful?