This section describes how to configure MagNews and Salesforce and connect them.
With the Salesforce connector, it is possible to send and receive many types of data from MagNews.
Data Streams
Data from Salesforce
The following data are downloaded from Salesforce using REST API and BulkAPI:
- Contacts;
- Leads;
- Campaign members;
- Accounts;
- Custom objects.
Dati inviati a Salesforce
The following data are downloaded from Salesforce using REST API and BulkAPI:
- Contacts;
- Leads;
- Campaign members;
- Accounts;
- Custom objects.
Redirect
Redirecting users from Salesforce to the MagNews interface (using JavaScript and Visualforce pages).
Authentication
MagNews Authentication.
MagNews leverages the OAuth2 protocol to access the Salesforce API.
Access tokens are stored in the platform's User Profile information.
JavaScript in custom VisualForge pages
JavaScripts in VisualForge pages use OAuth2 to access the platform API.
Access tokens are stored on the browser (not in Salesforce) using HTML5's LocalStorage functions.
Platform login credentials are not stored in the Salesforce account database.