What webhooks do
When a webhook is configured for an event, Omneo sends an HTTP POST request to the specified URL every time that event fires. The request body contains the Event Context for that event type.Common webhook events
Webhook payload
The webhook body is the Event Context for the triggering event. Contexts include additional data beyond the standard API response, for example, a transaction context includes the profile’s aggregations and current incentive state, reducing the need for callback calls to fetch additional data.Configuring webhooks
Webhooks are configured in CX Manager under Settings > Webhooks, or via the Webhooks API. Each webhook requires:- URL: the endpoint to receive the POST request
- Events: which events to subscribe to
Webhooks vs Targets
Use webhooks when you need the full event context delivered to your system. Use Targets when you need a specifically shaped payload for a comms platform.