- Header:
fluxomail-signature(orX-Fluxomail-Signature) - Algorithm: HMAC‑SHA256 with your shared secret
- Format:
sha256=<hex>or raw<hex>digest
- Single event:
{ id, type, created, data } - Batched array:
[ { id, type, created, data }, ... ] - Envelope
{ events: [...] }is also supported by the parser
- Always verify before parsing JSON.
- Keep secrets on the server; never expose them to browsers or client apps.
- Handle retries idempotently (events include a stable
id).
