Required Scopes

To configure a Sync for Salesforce, you need to request the following scopes from your Salesforce OAuth application:

  • api
  • refresh_token
  • offline_access

Learn more about configuring scopes for your app in Adding Integrations.

Synced Objects

Salesforce supports the following Synced Objects:

Contacts

Sync Configuration Options

Example
{
    "integration": "salesforce",
    "pipeline": "contacts",
    "configuration": {
        "listViewId": "00B5g00000AWN0qEAH"
    }
}
listViewId
string

A Salesforce List View ID to limit the Sync scope to. If not specified, the Sync will ingest all available contacts from the user’s Salesforce account.