Platform Agnostic
Any system that can send an HTTP POST can integrate with Scout. CRM, ERP, POS, mobile app, or custom software, it does not matter.
Collect server-side events from CRM, ERP, POS, and mobile apps with Scout Webhook API. Route data to Google Ads, Meta, and Klaviyo in real time.
A webhook is an HTTP POST mechanism that sends data from server to server. Without loading a JavaScript SDK in the browser, you can send events directly to Scout from your CRM, ERP, POS, or any backend system.
Endpoint: POST https://scout.dnomia.app/v1/webhook/{source}
Scout's advantage: Server-side webhook data is automatically merged with client-side SDK data. This hybrid approach creates the richest possible data set to send to destination platforms (Google Ads, Meta CAPI, Klaviyo).
Comparison of data collection methods and Scout's hybrid approach.
| Features | SDK (Client-side) | Webhook (Server-side) | Scout Hybrid |
|---|---|---|---|
| Setup | JavaScript snippet | HTTP POST integration | Both |
| Data Source | Browser | Server | Browser + Server |
| UTM/Session Data | Automatic | None | Auto-merged |
| Order Data | Limited | Full detail | Full detail + enriched |
| Ad Blocker Resistance | Low | 100% | Hybrid: highest |
| Profile Enrichment | UTM, referrer, session | Email, phone | Full profile |
| Cost | Free snippet | Developer required | Single solution |
Scout merges client-side SDK data (UTM parameters, referrer, session info, browser cookies) with server-side webhook data (order details, customer info, CRM data). This hybrid approach creates the richest possible data set for ad platforms and automation tools.
Any system that can send an HTTP POST can integrate with Scout. CRM, ERP, POS, mobile app, or custom software, it does not matter.
Events sent via webhook are processed instantly. Orders, payments, customer updates, and other events are delivered to destination platforms within seconds.
Server-side webhook data is automatically merged with client-side SDK data (UTM, session, browser). Full profiles are sent to destinations.
Route data to Google Ads, Meta CAPI, Klaviyo, and other destinations from a single webhook call. No separate integration needed for each destination.
Any system that can send an HTTP POST can integrate with Scout Webhook API.
Create your webhook source from the Dnomia Dashboard. A unique endpoint URL is assigned for each source.
Generate an API key and add it to the Authorization header of your webhook requests. Secure communication via Bearer token.
Send an HTTP POST request in Scout's expected JSON format. Prepare a payload containing event type, customer info, and order details.
Define which destinations receive the incoming data. Create routing rules for destinations like Google Ads, Meta CAPI, and Klaviyo.