Webhooks
Receive provider events and forward them to your endpoints via subscriptions.
Nolixan receives inbound provider webhooks on a connection, records each event, and forwards matching events to URLs you subscribe with.
Inbound events
Providers deliver to:
Each delivery is persisted as a webhook event — provider, connection, event type, body, headers,
status (received → forwarding → forwarded / failed / dead_letter), and an idempotency key that
prevents the same event being forwarded twice. Inbound events should be
verified.
Subscriptions
A subscription says which events go to which URL:
Manage them with the usual REST verbs:
Both forward_url and signing_secret are encrypted at rest (AES-256-GCM).
Inspecting events
Forwarding is tracked with attempt counts and last error, and events that exhaust retries land in
dead_letter for inspection.