Integrations
Datafly Signal delivers events server-to-server to vendor APIs. The Integration Library provides 260+ pre-built vendor integrations with one-click setup, industry-specific variants, and full customisation.
How Integrations Work
When you set up an integration, you create an integration template and assign it to one or more pipelines. Events collected by Datafly.js flow through the full pipeline before reaching the vendor:
Datafly.js → Signal collection endpoint
→ Organisation-level processing (consent, bots, PII, identity)
→ Pipeline transformations
→ Vendor API- The Signal applies your organisation processing enrichments and per-pipeline transformations.
- Processed events are routed to the appropriate delivery layer for each integration.
- The Signal for that vendor formats the payload to match the vendor’s API specification and sends it server-to-server.
Each vendor has its own Signal implementation that understands the target API’s authentication, payload format, rate limits, and error handling.
Integration Library
The Integration Library is a browsable catalog of 260+ pre-built vendor integrations. Each catalog entry includes:
- Configuration fields with labels, types, and help text
- Industry variants (e.g. Retail, Travel, Media) with tuned default configurations
- One-click install that creates a template and first revision automatically
Using the Library (Management UI)
- Navigate to Integrations in the sidebar.
- Click the Add Integration button (from My Integrations) or switch to the Integration Library tab.
- Browse by category or search for a vendor. Each vendor card shows its brand logo for quick recognition.
- Click Install on the vendor you want.
- Choose a variant (if available), select a Blueprint for a pre-built configuration (if one exists for your vertical), fill in the required credentials, and click Install Integration.
Blueprints
Blueprints are pre-built V2 schema-mapping configurations for common vendor + vertical combinations. When installing an integration that has Blueprints available, you can select one to start with a ready-made configuration instead of building from scratch.
Available Blueprint verticals include Retail, Travel, and Media, with pre-mapped event types (purchase, add_to_cart, page_view, etc.) and field mappings specific to each vendor’s API format.
All Blueprint mappings are fully editable after install — they serve as a starting point, not a constraint.
Custom Integrations
For vendors not in the library, or for internal APIs, you can create a Custom Integration from the My Integrations tab. Custom integrations support:
- Freeform vendor display name
- Full V2 schema-mapping builder access
- Webhook delivery to any HTTP endpoint
Using the Library (API)
# List the catalog
curl -X GET "http://localhost:8084/v1/admin/integration-catalog?category=advertising" \
-H "Authorization: Bearer YOUR_TOKEN"
# Install from catalog
curl -X POST http://localhost:8084/v1/admin/integration-catalog/meta_capi/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Meta CAPI Production",
"variant": "retail",
"config": {
"pixel_id": "1234567890",
"access_token": "your_access_token"
},
"delivery_mode": "server_side"
}'See the Integration Catalog API for full documentation.
Templates & Revisions
Integrations use a template + revision model for versioned configuration management:
- Template: An org-level reusable integration definition (e.g. “Meta CAPI Production”)
- Revision: An immutable configuration snapshot (v1, v2, v3…)
- Pipeline Integration: An assignment of a template at a specific revision to a pipeline
Template "Meta CAPI Production"
├── Revision v1 — initial setup
├── Revision v2 — updated access token
└── Revision v3 — increased batch size (current)
Pipeline "Marketing Website" → uses v3
Pipeline "Blog" → uses v2To change configuration, you create a new revision. This ensures a complete audit trail and allows different pipelines to use different versions.
See the Integration Templates API and Pipeline Integrations API for full documentation.
V2 Schema-Mapping Builder
The integration builder uses a schema-aware point-and-click interface organised into four categories:
| Category | Purpose |
|---|---|
| Parameters | Vendor credentials and connection settings (API keys, pixel IDs) |
| Global | Field mappings applied to every event (user identifiers, IP, timestamps) |
| Events | Per-event-type mappings with filter, mappings, enrichments, and transforms |
| Defaults | Catch-all handling for unmapped event types (pass through, drop, or map with defaults) |
Each mapping row maps a source field (from the canonical Datafly event schema) to a vendor field (from the vendor’s API schema), with optional transforms (lowercase, sha256, to_unix_seconds, etc.).
The builder includes:
- Autocomplete for both source and vendor fields from known schemas
- Coverage indicator showing how many required/optional vendor fields are mapped
- Code editor with YAML ↔ visual sync for advanced users
- Preview with dry-run against sample events
The legacy V1 step-based builder is retained for backward compatibility. New integrations default to V2.
Consent Categories
When a consent category is configured on an integration, the Signal reads context.consent.canonical.<category> and drops the event if the required category is not granted. Datafly.js populates the consent object from your CMP — see Canonical Categories.
{
"context": {
"consent": {
"categories": {
"necessary": true,
"statistics": true,
"marketing": false
},
"canonical": {
"essential": true,
"analytics": true,
"marketing": false
}
}
}
}In this example, an integration requiring marketing would not receive this event because canonical.marketing is false.
If no consent category is configured on an integration, all events are delivered regardless of consent state. Always configure a consent category for integrations subject to GDPR, CCPA, or other privacy regulations.
Retry Behaviour
When a delivery attempt fails (network error, 5xx response, rate limit hit), the Signal retries with exponential backoff:
| Attempt | Delay |
|---|---|
| 1st retry | 1 second |
| 2nd retry | 4 seconds |
| 3rd retry | 16 seconds |
| 4th retry | 64 seconds |
| 5th retry | 256 seconds |
- Maximum retries: 5 attempts (plus the original attempt, for 6 total tries).
- Backoff formula:
delay = base^attemptwherebase = 4 secondsand the first retry uses a 1-second floor. - Jitter: A random jitter of up to 25% is added to each delay to prevent thundering herd issues.
Dead Letter Queue
After all retry attempts are exhausted, the event is published to a dead letter topic (dlq-delivery-{integration_id}). Dead-lettered events are retained for 7 days and can be:
- Inspected via the Management UI under Integrations > {name} > Dead Letter Queue.
- Replayed manually once the underlying issue is resolved.
- Exported for analysis via the Management API.
The Management UI shows delivery success rate, retry counts, and dead letter queue depth on each integration’s dashboard panel.
Rate Limiting
Each vendor integration has configurable rate limits to avoid exceeding vendor API quotas:
| Setting | Default | Description |
|---|---|---|
rate_limit_rps | Vendor-specific | Maximum requests per second |
rate_limit_burst | rate_limit_rps * 2 | Burst capacity for short spikes |
rate_limit_daily | 0 (unlimited) | Optional daily request cap |
When the rate limit is reached, events are buffered and delivered as capacity becomes available. No events are dropped due to rate limiting — delivery is simply delayed.
Vendor-specific default rate limits are tuned to stay well within documented API quotas. Override only if you have negotiated higher limits with the vendor.
Supported integrations
Every destination below ships with a pre-built blueprint and is included in every deployment. Filter by name or category, or press Ctrl/⌘ + K for site-wide search.
272 integrations across 16 categories
Advertising71
- Acuity AdsConversion tracking for Acuity Ads (Illumin) programmatic campaigns.
- AdformServer-side delivery to the Adform Site Tracking trackingpoints API.
- adMarketplaceConversion events for adMarketplace search advertising.
- AdRollServer-to-server conversion and audience event delivery to AdRoll (NextRoll) via the S2S Event API.
- Amazon AdsConversion tracking for Amazon Ads sponsored products and display campaigns.
- Amazon DSPProgrammatic conversion events for Amazon DSP campaigns.
- AppLovinServer-side web conversion delivery to the AppLovin / Axon Conversion API (CAPI).
- BasisServer-side conversion tracking for Basis (Basis Technologies / formerly Centro) programmatic DSP.
- ClinchConversion tracking for Clinch dynamic creative campaigns.
- CM360Floodlight conversion tracking for Campaign Manager 360.
- CriteoProduct-level event tracking for Criteo retargeting campaigns.
- Digital TurbineServer-to-server conversion (action) postbacks to Digital Turbine's actions endpoint (formerly Fyber / DT Offer Wall).
- EpsilonServer-side event delivery to the Epsilon (Conversant / Dotomi) Event API.
- EquativServer-to-server conversion tracking for Equativ (formerly Smart AdServer).
- FlashtalkingServer-to-server Flashtalking Spotlight conversion tracking.
- Google AdsConversion tracking with enhanced conversions for Google Ads campaigns.
- Google Audience SegmentsAudience segment syncing for Google Ads.
- Google DV360Floodlight conversion tracking for Display & Video 360.
- Google FloodlightFire Google Campaign Manager 360 / DV360 Floodlight counter and sales activities server-to-server via the ad.doubleclick.net…
- Google SA360Enhanced conversion tracking for Search Ads 360.
- KargoServer-side conversion delivery to Kargo for mobile and CTV ad attribution.
- KoddiServer-side conversion tracking for the Koddi commerce-media / retail-media platform.
- KwankoServer-to-server affiliate conversion tracking for Kwanko (formerly NetAffiliation).
- LINE AdsServer-side conversion tracking via the LINE Conversion API v1.
- LinkedIn AdsServer-side conversion tracking via the LinkedIn Conversions API.
- LiveIntentServer-to-server conversion delivery to the LiveIntent Conversions API.
- Magellan AISend conversion events to Magellan AI for podcast advertising attribution — credit conversions back to the podcast ad that…
- Marin SoftwareServer-side conversion tracking via the Marin Tracker pixel (tracker.marinsm.com/tp).
- MediaMathServer-side conversion and reach tracking via the MediaMath (TerminalOne) MathTag event pixel.
- Meta CAPIServer-side event delivery via the Meta Conversions API.
- Meta Conversions APIServer-side event delivery with full user_data matching across Facebook and Instagram.
- Microsoft AdsServer-side conversion delivery to the Microsoft Advertising Conversions API (CAPI), the server-to-server counterpart to the…
- MolocoConversion events for Moloco Commerce Media campaigns.
- Nextdoor AdsConversion tracking for Nextdoor advertising campaigns.
- Nextdoor CAPIServer-side conversion events for Nextdoor Conversions API.
- OpenAI AdsServer-side conversion delivery to OpenAI Ads (ChatGPT Ads) via the Conversions API (POST…
- OutbrainConversion tracking for Outbrain native advertising campaigns.
- PinterestServer-side conversion tracking for Pinterest.
- Pinterest AdsServer-side conversion tracking via the Pinterest Conversions API.
- PodscribeSend conversion, lead, and registration events to Podscribe for podcast advertising attribution and listener-level measurement.
- PodsightsServer-side conversion delivery to Podsights (Spotify) for podcast ad attribution.
- QuantcastServer-side conversion delivery to the Quantcast Measure Conversion API.
- Quora AdsServer-side conversion tracking via the Quora Ads Conversion API (CAPI).
- Reddit AdsEcommerce conversion tracking with PageVisit, ViewContent, AddToCart, and Purchase.
- RevcontentServer-to-server conversion tracking for Revcontent native advertising campaigns.
- RoktServer-side conversion tracking via the Rokt Conversions API (POST /v1/conversions).
- RokuConversion tracking for Roku CTV advertising campaigns.
- RTB HouseConversion events for RTB House retargeting campaigns.
- SkaiServer-side conversion tracking to Skai (formerly Kenshoo) via the Infinity Tag trk/v1 endpoint.
- SklikServer-side conversion and retargeting measurement via the Seznam Sklik SEM Server-to-Server API (POST…
- SnapchatServer-side conversion tracking for Snapchat.
- Snapchat AdsServer-side conversion tracking via the Snapchat Conversions API.
- Spotify Ads ManagerServer-side conversion delivery to the Spotify Conversions API (CAPI) for tagless attribution.
- StackAdaptConversion tracking for StackAdapt programmatic campaigns.
- TaboolaConversion events for Taboola native advertising campaigns.
- TeadsConversion tracking for Teads video and display campaigns.
- The Trade DeskReal-time conversion events with TDID matching for programmatic campaigns.
- The Trade Desk First-PartyFirst-party conversion events with TDID matching.
- The Trade Desk OfflineOffline conversion events with TDID matching.
- TikTokServer-side event tracking for TikTok.
- TikTok Events APIServer-side event delivery via the TikTok Events API for accurate attribution and audience building.
- TopsortServer-to-server purchase event delivery to the Topsort Events API (/v2/events) for retail-media ad attribution.
- TradeTrackerServer-to-server affiliate conversion tracking for TradeTracker.
- ViantServer-side conversion onboarding to the Viant DSP (Adelphic) via the VDP Connect Conversion API.
- VideoAmpServer-side conversion delivery to VideoAmp for cross-platform CTV measurement.
- WP Ads (Wirtualna Polska)Server-side conversion tracking for Wirtualna Polska, Poland's largest web portal and advertising network.
- X AdsConversion tracking for X (Twitter) advertising campaigns.
- XandrConversion tracking for Xandr (Microsoft) programmatic campaigns.
- Yahoo Japan AdsServer-side conversion measurement for Yahoo!
- Yahoo PixelConversion events for Yahoo Pixel API campaigns.
- Yelp AdsServer-side conversion tracking via the Yelp Conversions API (CAPI).
Marketing automation53
- ActitoCreate-or-update Actito profiles from first-party web behaviour.
- ActiveCampaignMarketing automation and CRM events for ActiveCampaign.
- Adobe CampaignTrigger Adobe Campaign Standard transactional messages (Message Center real-time events) server-to-server.
- Adobe Journey OptimizerStream first-party XDM ExperienceEvents to Adobe Journey Optimizer through the Adobe Experience Platform Edge Network Server…
- AirshipPush notification and messaging events for Airship.
- AttentiveServer-side event tracking for Attentive SMS/email marketing.
- BluecoreServer-side delivery to the Bluecore Events API (POST /api/track/mobile/v1) for retail email/SMS personalisation.
- BrazeServer-side event tracking to Braze for customer engagement.
- BrevoServer-side event tracking via Brevo's Events API (POST /v3/events).
- Campaign MonitorServer-side contact sync to Campaign Monitor's Subscriber Management API.
- Cheetah DigitalServer-to-server delivery to Cheetah Digital by Marigold via the Standard Event Trigger API.
- CleverTapServer-side event delivery to CleverTap via the Upload Events API (POST /1/upload).
- ClickSendServer-side contact-list enrollment for ClickSend.
- CordialServer-side delivery of first-party behavioural events to Cordial as contact activities via the v2 REST API.
- CourierTrigger Courier notifications server-to-server via the Send API (POST /send).
- Customer.ioServer-side event tracking for Customer.io messaging automation.
- DotdigitalServer-side delivery of Signal events to Dotdigital as transactional (insight) data records attached to a contact via the v2…
- DripServer-side event tracking via the Drip REST API Events endpoint.
- EmarsysMarketing automation events for Emarsys (SAP).
- InsiderAI-powered personalisation and marketing events for Insider.
- IntercomCustomer messaging and support events for Intercom.
- IterableServer-side event tracking for Iterable cross-channel marketing.
- KlaviyoEmail and SMS marketing automation events for Klaviyo.
- LeanplumServer-side event tracking via the Leanplum track API.
- ListrakDeliver Signal events to Listrak's Cross Channel REST API as custom events into a Journey Hub journey.
- LoopsServer-side event delivery to Loops (loops.so) via the Send Event API.
- MailchimpServer-side behavioural events delivered to a Mailchimp audience via the Marketing API Add Event endpoint.
- MailgunSync first-party contacts into a Mailgun mailing list via the member upsert API.
- MailjetServer-side contact sync to a Mailjet contact list via the managecontact REST API.
- MappInject server-side product and behavioural events into Mapp Engage via the Integration Event API (subtype=product), keyed to…
- MarketoLead activity and marketing events for Adobe Marketo Engage.
- MauticServer-side Contact sync to a self-hosted or cloud Mautic instance.
- MoEngageServer-side event delivery to the MoEngage Track Event (Data Import) API.
- OmetriaServer-side custom event delivery to Ometria's Data API push endpoint.
- OmnisendServer-side delivery of customer events to Omnisend's Customer Events API (POST /v5/events) to trigger email and SMS…
- OneSignalPush notification and messaging events for OneSignal.
- Oracle EloquaDelivers first-party events to Oracle Eloqua Marketing Cloud as External Activities via the REST API (POST…
- Oracle ResponsysTriggers an Oracle Responsys custom event via the v1.3 REST 'Trigger Custom Event' endpoint, matching the visitor to an…
- OrttoServer-side delivery to the Ortto Custom Activity API (/v1/activities/create).
- PardotLead activity and marketing automation events for Salesforce Pardot.
- PostscriptServer-side delivery of subscriber events to Postscript's Custom Events API (POST /api/v2/events) to trigger SMS Flows.
- Sailthru (Marigold)Server-side custom-event delivery to Marigold Engage by Sailthru via the Event API (POST https://api.sailthru.com/event).
- Salesforce Marketing CloudPush Signal events as Marketing Cloud Engagement events (Interaction API) to trigger Journey Builder email and SMS journeys…
- Selligent (Marigold Engage)Server-to-server real-time customer events to the Selligent by Marigold (Marigold Engage) Signals API, feeding the Signals &…
- SendGridEmail event tracking for SendGrid.
- SendlaneServer-side event delivery to Sendlane via the API v2 Custom Integration.
- SplioServer-side contact upserts to the Splio Customer Platform Data API (POST /data/contacts).
- Twilio SMSTrigger transactional SMS via the Twilio Programmable Messaging API (Messages resource).
- VeroServer-side behavioural event tracking via the Vero v2 Track REST API (events/track).
- VoyadoServer-side contact sync to Voyado Engage.
- WebEngageServer-side event tracking via the WebEngage REST API (/v1/accounts/{license_code}/events).
- WhatsApp BusinessTrigger WhatsApp marketing template messages from Signal events via Meta's Marketing Messages (MM Lite) API.
- XtremepushServer-side delivery of event hits to the Xtremepush External Event API (POST /api/external/hit/event).
Analytics26
- Adobe AnalyticsServer-side event tracking to Adobe Analytics.
- Adobe Experience PlatformServer-side event ingestion for Adobe Experience Platform datasets.
- Adobe Identity ServiceCross-solution visitor identity syncing with Adobe Experience Cloud.
- AmplitudeServer-side event tracking to Amplitude via the HTTP V2 API for product analytics, user behavior, and conversion analysis.
- ChartbeatServer-side pageview tracking via the Chartbeat ping beacon (ping.chartbeat.net/ping).
- ConvertConversion and experiment event tracking for Convert.
- econdaServer-side web analytics delivery to econda (DYMATRIX) via the emos3 logging service (els).
- etrackerServer-side delivery to etracker analytics.
- FullStorySession replay and product analytics event tracking.
- Google Analytics 4Server-to-server event delivery via the GA4 Measurement Protocol, replacing gtag.js entirely.
- Google FirebaseServer-side event tracking to Google Firebase Analytics.
- HeapServer-side event tracking to Heap for product analytics.
- HotjarBehaviour analytics platform providing session recordings, heatmaps, feedback polls, and conversion funnels.
- JuneServer-side product-analytics delivery to June (june.so) via its Segment-compatible HTTP ingestion API.
- KissmetricsServer-to-server event tracking via the Kissmetrics tracking API (/e).
- Matomo AnalyticsServer-side event delivery to Matomo (self-hosted or Matomo Cloud) via the Tracking HTTP API.
- Microsoft ClarityFree behavioural analytics with session recordings and heatmaps.
- MixpanelServer-side event tracking to Mixpanel for product analytics.
- OptimizelyExperimentation and conversion event tracking for Optimizely.
- PendoProduct analytics and user engagement tracking for Pendo.
- Piano AnalyticsServer-side event collection to the Piano Analytics (formerly AT Internet) Collection API.
- Piwik PROServer-side event tracking via the Piwik PRO Tracking HTTP API (ppms.php).
- PostHogServer-side event tracking to PostHog via the capture API (/i/v0/e/).
- StatsigServer-side product-analytics event delivery to Statsig's log_event HTTP API.
- WebtrendsServer-side delivery to the Webtrends Analytics Data Collection API.
- WoopraServer-side product and customer-journey analytics via the Woopra HTTP Tracking API.
Attribution & affiliate26
- AdjustMobile attribution and conversion tracking via the Adjust S2S API.
- AdmitadServer-to-server affiliate conversion tracking for the Admitad (Mitgo) partner network.
- AdtractionServer-side affiliate conversion tracking for the Adtraction partner-marketing network.
- AppsFlyer AndroidMobile attribution events for Android via the AppsFlyer S2S API.
- AppsFlyer iOSMobile attribution events for iOS via the AppsFlyer S2S API.
- AWINAffiliate conversion tracking for the AWIN network.
- BranchMobile attribution and deep linking conversion events.
- ButtonMobile commerce attribution and conversion tracking.
- CJ AffiliateAffiliate conversion tracking for Commission Junction.
- DreamdataServer-side B2B revenue-attribution tracking via the Dreamdata Events API (Segment tracking spec).
- EffinityServer-side affiliate conversion tracking for Effinity (Effiliation).
- EverflowServer-to-server conversion tracking for Everflow (partner-marketing / affiliate attribution).
- ExactagServer-side multi-touch attribution via the Exactag S2S Tracking API (m.exactag.com/s2s/pi.ashx).
- ImpactPartnership and affiliate conversion tracking for Impact.
- KochavaMobile attribution and conversion tracking via the Kochava S2S API.
- Kochava IdentityLinkCross-device identity linking and attribution.
- PartnerizeServer-to-server affiliate and partner-marketing conversion tracking via the Partnerize prf.hn conversion API.
- RakutenAffiliate conversion tracking for Rakuten Advertising.
- RefersionServer-side affiliate conversion tracking via Refersion's inbound order webhook.
- RockerboxServer-side conversion delivery to the Rockerbox real-time conversion webhook for multi-touch attribution.
- ShareASaleServer-to-server affiliate conversion tracking for ShareASale (an Awin network).
- SingularMobile attribution and conversion analytics.
- TradedoublerServer-side affiliate conversion tracking for Tradedoubler.
- TUNEServer-to-server conversion postbacks to TUNE (HasOffers) affiliate/partner attribution.
- VoluumServer-side conversion tracking via Voluum's S2S postback.
- WebgainsServer-to-server conversion tracking for the Webgains affiliate network via the queue-conversion (S2S Conversion) API.
CRM21
- Apollo.ioCreate and upsert CRM contacts in Apollo.io from high-intent lead events via the Create-a-Contact API.
- AttioServer-side person-record upsert into Attio, the AI-native CRM, via the assert person endpoint (PUT…
- ChurnZeroServer-to-server delivery of first-party product-usage and lifecycle events to ChurnZero's analytics tracking API (GET /i…
- CloseServer-side lead capture into Close CRM.
- FreshdeskSync identified users into Freshdesk as customer contacts via the Freshdesk REST API v2.
- FreshsalesServer-side contact sync to Freshsales (Freshworks CRM) via the Contacts Upsert API.
- GainsightServer-side product-usage tracking to Gainsight PX via the Custom Event API.
- GoHighLevelUpsert contacts into a HighLevel (GoHighLevel / LeadConnector) sub-account from first-party lead and identity signals via the…
- HubSpotServer-side behavioral event tracking for HubSpot CRM.
- KustomerServer-side identity + tracking-event delivery to Kustomer via /v1/tracking/identityEvent.
- LivePersonServer-side reporting of consumer engagement attributes (SDEs) and entry points to the LivePerson Conversational Cloud…
- Microsoft Dynamics 365Raise Customer Insights - Journeys custom triggers from server-side events.
- OutreachServer-to-server prospect creation in Outreach via the v2 REST API (JSON:API).
- PipedriveCapture web-form leads in Pipedrive by creating Person records via the Persons API (v2).
- Salesforce Sales CloudServer-side Lead creation in Salesforce Sales Cloud via the REST API Create-a-Record resource (POST…
- SalesloftCapture web leads in Salesloft server-side.
- SAP Commerce CloudServer-side customer-profile sync to SAP Commerce Cloud (formerly SAP Hybris) via the Integration API Module's OData V2 services.
- SugarCRMServer-side Lead and Contact creation in SugarCRM via the Sugar REST API.
- TotangoServer-side delivery of product-usage activities and account/user attribute updates to Totango's customer success platform via…
- ZendeskServer-side delivery to the Zendesk Events API (POST /api/v2/user_profiles/events).
- Zoho CRMUpsert leads and contacts into Zoho CRM via the V8 REST Upsert Records API.
Personalisation & testing19
- AB TastyServer-side delivery to AB Tasty's Universal Collect (ariane) API.
- Adobe TargetServer-side notifications to the Adobe Target Delivery API.
- Algolia InsightsServer-side delivery to the Algolia Insights API (/1/events).
- AppcuesServer-side delivery to the Appcues v1 user-activity API.
- ChameleonServer-side event delivery to Chameleon's Observe API for real-time targeting of in-product Experiences (Tours, Microsurveys…
- CommandBarSync identified users and their properties to CommandBar (Command AI) via the server-side bulk-identify API.
- CoveoServer-side delivery to the Coveo Usage Analytics (UA) Write API (rest/ua/v15/analytics).
- Dynamic YieldServer-side event delivery to the Dynamic Yield (Mastercard) Experience API.
- KameleoonServer-side delivery to the Kameleoon Data API (POST /visit/events).
- LaunchDarklyImport server-side custom metric events into LaunchDarkly Experimentation via the metric event import API…
- MonetateServer-side delivery to the Monetate (Kibo Personalization) Engine API.
- Movable InkBehavioural events for Movable Ink personalisation.
- Movable Ink Customer DataCustomer data feed events for Movable Ink.
- NinetailedServer-side delivery to the Ninetailed (Contentful Personalization) Experience API.
- Session AIServer-side event delivery to the Session AI (formerly ZineOne) In-Session Marketing Platform.
- SplitServer-side event delivery to Split (Harness Feature Management & Experimentation) via the Events API.
- Talon.OneServer-side event delivery to the Talon.One Integration API (Track Event V2, POST /v2/events).
- UserpilotServer-side event tracking via Userpilot's real-time HTTP Track API (/v1/track).
- VWOServer-side custom-event delivery to VWO Data360 (/events/t).
Customer data platforms14
- ActionIQCustomer data activation events for ActionIQ CDP.
- AmperityCustomer identity resolution and data unification for Amperity.
- BloomreachServer-side event tracking into a Bloomreach Data Hub event stream, which fans events out to the connected Bloomreach products…
- BlueshiftAI-driven marketing automation events for Blueshift.
- EulerianAttribution and marketing analytics events for Eulerian.
- LotameServer-side first-party behavior collection into Lotame's Spherical / Panorama platform via the Behavior Collection Pixel…
- LyticsCustomer data platform events for Lytics.
- mParticleServer-to-server event delivery to the mParticle Customer Data Platform via the Events API (POST /v2/events).
- RudderStackForward first-party events to your RudderStack data plane.
- Salesforce CDPServer-side event delivery to Salesforce Customer Data Platform.
- Segment (as destination)Forward first-party events to a Segment HTTP Source as upstream collection.
- Tealium EventStreamForward first-party events to Tealium EventStream's HTTP API.
- Treasure AICustomer data platform events for Treasure AI (formerly Treasure Data).
- ZeotapIdentity resolution and audience activation for Zeotap.
Databases13
- Amazon DynamoDBEvent delivery to Amazon DynamoDB.
- Amazon RDSEvent delivery to Amazon RDS (PostgreSQL/MySQL).
- Azure Cosmos DBEvent delivery to Azure Cosmos DB.
- Azure SQLEvent delivery to Azure SQL Database.
- ClickHouseStructured event delivery to ClickHouse for real-time analytics.
- ElasticsearchEvent delivery to Elasticsearch.
- Google BigtableEvent delivery to Google Cloud Bigtable.
- Google Cloud SpannerEvent delivery to Google Cloud Spanner.
- Google Cloud SQLEvent delivery to Google Cloud SQL.
- Google FirestoreEvent delivery to Google Cloud Firestore.
- MongoDBEvent delivery to MongoDB.
- MySQLEvent delivery to MySQL.
- PostgreSQLEvent delivery to PostgreSQL.
Streaming & queues8
- Amazon Data FirehoseEvent delivery to Amazon Data Firehose.
- Amazon KinesisEvent delivery to Amazon Kinesis Data Streams.
- Amazon SQSEvent delivery to Amazon SQS.
- Apache KafkaEvent delivery to Apache Kafka.
- Azure Event HubsEvent delivery to Azure Event Hubs.
- Confluent CloudEvent delivery to Confluent Cloud.
- Google Pub/SubEvent delivery to Google Cloud Pub/Sub.
- RabbitMQEvent delivery to RabbitMQ.
Data warehouses7
- Amazon RedshiftStructured event delivery to Amazon Redshift for analytics and reporting.
- Azure Data ExplorerEvent delivery to Azure Data Explorer (Kusto).
- Azure SynapseStructured event delivery to Azure Synapse Analytics.
- Databricks (SQL Warehouse)Event delivery to Databricks Delta Lake via SQL Statement Execution API.
- Databricks (Zerobus Ingest)Real-time event streaming to Databricks Delta Lake via Zerobus Ingest API.
- Google BigQueryStructured event delivery to Google BigQuery for analytics and reporting.
- SnowflakeStructured event delivery to Snowflake for analytics and reporting.
Notifications5
- DiscordPost real-time notifications to a Discord channel via an Incoming Webhook (Execute Webhook API).
- Microsoft TeamsPost Signal events as adaptive cards to a Microsoft Teams channel for ops and sales alerting via an incoming webhook.
- PagerDutyTrigger PagerDuty incidents from Signal events for operational alerting via the Events API v2.
- Slack NotificationsSend event notifications to Slack channels.
- TelegramServer-side delivery of Signal events to a Telegram chat via the Bot API sendMessage method.