Orchestrate enterprise customer journeys, MobilePush notifications, and Salesforce CRM sync using Salesforce Marketing Cloud SDK.
Orchestrate enterprise customer journeys with Salesforce Marketing Cloud. Nativine embeds native Salesforce MobilePush SDKs, connecting your mobile application directly with Journey Builder, MobilePush, and Salesforce Customer 360.
Salesforce Marketing Cloud is the corporate standard for enterprise customer relationship management. Nativine's native integration bridges MobilePush SDK services to your web application:
subscriberKey).To set the Salesforce Contact Key or log journey events in JavaScript, call nativine.salesforce.setContactKey():
// Set Salesforce Contact Key
nativine.salesforce.setContactKey({
contactKey: 'sf_contact_987654'
});
// Log event to Journey Builder
nativine.salesforce.logCustomEvent({
eventName: 'ApplicationSubmitted',
attributes: { Region: 'North America', LoanAmount: 50000 }
});
| Parameter | Type | Description |
|---|---|---|
contactKey | string | Required. Enterprise Salesforce Contact Key (subscriber ID). |
eventName | string | Required. Event key registered in Salesforce Journey Builder. |
Yes. Rich push notifications containing images, video links, and interactive buttons configured in Journey Builder render natively.
Yes. Location tracking requires explicit user opt-in approval before background geofence events are transmitted to Salesforce servers.