Skip to main content
In the API you ask; with webhooks Notifique notifies you. Ideal for syncing CRM, audit trails, or alerts when a send is blocked.

In brief

  • Every delivery is a POST application/json to your registered URL.
  • Three main events: list entry, list removal, and blocked send.
  • Respond 2xx quickly; heavy processing goes to a queue on your side.
General setup: Webhooks. Security (HMAC): Webhook security.

How the POST arrives

Headers: X-Notifique-Signature, X-Notifique-Timestamp, X-Workspace-Id, X-Webhook-Event.

What your server should respond

Slow processing? Respond 200 right away and process in the background.

Event reference

Prefer message.suppressed for all channels.
Idempotent addition does not fire duplicate suppression.added for the same active identity.

Payload per event

Fired when an individual or campaign send is blocked before spending credit or calling the provider.

Next steps