Orchestrate cross-channel mobile push, embedded in-app messages, and custom triggers using Iterable SDK.
Orchestrate cross-channel customer messaging with Iterable. Nativine embeds native Iterable Mobile SDKs, enabling automated push notifications, embedded in-app messaging cards, and real-time custom event logging.
Iterable is a cross-channel customer communication platform. Nativine's native integration bridges Iterable SDK capabilities to your web view:
To identify users or log events in Iterable JavaScript, call nativine.iterable.setEmail():
// Set user email identity
nativine.iterable.setEmail({
email: '[email protected]'
});
// Track custom event
nativine.iterable.trackEvent({
eventName: 'subscription_upgraded',
dataFields: { plan: 'enterprise', amount: 499 }
});
| Parameter | Type | Description |
|---|---|---|
email | string | Required. User email address for Iterable profile mapping. |
eventName | string | Required. Event name matching Iterable Studio triggers. |
Yes. Iterable bridge events pass raw HTML/JSON message payloads to JavaScript for custom web container rendering.
Yes. The native Iterable SDK tracks app opens, push notification opens, and session lengths natively.
Get priority Nativine documentation and updates in your Google Search and AI Overviews.