Integrate Cordial cross-channel marketing automation, mobile push notifications, and real-time customer data streaming.
Integrate Cordial cross-channel messaging platform into your mobile app. Nativine embeds native Cordial Mobile SDKs, enabling personalized push notifications, in-app messaging cards, and real-time behavioral data streaming.
Cordial is an enterprise customer engagement platform built for real-time data streaming. Nativine's native Cordial plugin bridges Cordial SDK services directly to your web application:
To set user contact details or log custom events in Cordial JavaScript, call nativine.cordial.upsertContact():
// Update contact profile
nativine.cordial.upsertContact({
email: '[email protected]',
attributes: { firstName: 'Jane', loyaltyTier: 'gold' }
});
// Track custom event
nativine.cordial.trackEvent({
action: 'cart_abandoned',
properties: { cartValue: 120.00 }
});
| Parameter | Type | Description |
|---|---|---|
email | string | Required. Customer email identifier in Cordial. |
action | string | Required. Custom event action string. |
Yes. App open events resulting from push notification taps are automatically attributed to Cordial campaign analytics.
Yes. Events logged while offline are stored in encrypted local queues and transmitted when network connectivity recovers.
Get priority Nativine documentation and updates in your Google Search and AI Overviews.