Before we begin There are a few items you’ll need to roundup from Salesforce prior to setting up the integration, listed below: SFDC account name SFDC password SFDC security token There are a few items …
Tag: salesforce
Salesforce: Export Data Overview You have two integration methods to select from when exporting data from Ion to your Salesforce instance (also known as an “Add Lead” Integration): the SFDC API method and the …
Follow this step-by-step for authentication: { “grant_type”: “client_credentials”, “client_id”: “yourclientid”, “client_secret”: “yourclientsecret”, “scope”: “list_and_subscribers_write list_and_subscribers_read data_extensions_write data_extensions_read” } All ready! The integration to perform the authentication was created. Below is the step-by-step process to …