Skip to contentSkip to navigationSkip to topbar
On this page
Looking for more inspiration?Visit the
(information)
You're in the right place! Segment documentation is now part of Twilio Docs. The content you are used to is still here—just in a new home with a refreshed look.

Salesforce Source


Source Info
  • The Salesforce Source is an Object Cloud source. This means that it sends information (traits) about a thing that exists and persists over time, such as a person or company, and which can be updated over time. Data from this source can only be exported directly to a warehouse, but it can then be used for further analysis. Learn more about cloud sources.

Salesforce(link takes you to an external page) is a cloud-based customer relationship management (CRM) platform that you can use to store and managae customer and business data. When you add Salesforce as a source to Segment, Segment automatically collects objects like Accounts, Campaigns, and Tasks and syncs them to your data warehouse.

To connect your Salesforce source directly to the Segment Profiles destination, see the Salesforce Unify Direct Integration Guide.

(information)

Salesforce version upgrade to 58.0

On March 25, 2024, the Salesforce source upgraded to use Salesforce's API version 58.0. See the version upgrade changes to learn more.


Getting started

getting-started page anchor
(information)

Multiple instances

You can add multiple instances of this source if you have more than one Salesforce account.

  1. From your workspace's Sources page, click Add Source.
  2. Select Salesforce.
  3. Give the source a name and add labels, if applicable.
  4. Select the Salesforce environment you'd like to pull data from. To use data from a Salesforce sandbox environment, select Sandbox from the Salesforce Environment dropdown and contact Segment Support(link takes you to an external page). The support team will configure your source to use sandbox data.
  5. Connect Segment to your Salesforce environment and authorize Segment to connect to it. For Segment to collect and sync your Salesforce data, you must enable API access for the user that you are connecting to Segment with. For information on how to confirm or change API access for a Salesforce user, see Salesforce's documentation(link takes you to an external page).
(warning)

OAUth error

If you encounter an OAuth error when trying to connect to Segment, Salesforce might be restricting access as users are blocked from using uninstalled connected apps. Contact your Salesforce Org admin to allow access to Segment. For more information, see Salesforce's documentation on Connected App Usage Restrictions Change(link takes you to an external page).

  1. Choose a data warehouse to connect Salesforce to.
  2. In the Salesforce source settings, you can customize the source nickname and schema name. The nickname is a label used in the Segment interface, and the schema name is the namespace you query against in your warehouse. Segment recommends that you use something that reflects the source itself, like Salesforce for the nickname and sfdc, salesforce, or sfdc_prod for the schema name.
  3. Configure Selective Sync to retrieve only specific objects and properties from Salesforce.

Sync

sync page anchor

The Salesforce source contains a sync component, which means Segment makes requests to the Salesforce API on your behalf on a three hour interval to pull data into Segment. In the initial sync, by default Segment downloads all the Salesforce objects (and their corresponding properties) according to the Collections Table. Segment writes the objects into a separate schema, that corresponds to the source instance's schema name you designated upon creation. For example, if you name the schema sfdc_prod, the leads collection is accessible at sfdc_prod.leads in SQL.

If you configure Selective Sync, Segment only retrieves the objects and properties you specify. Use Selective Sync to avoid unnecessary Salesforce API consumption.

(information)

Selective Sync

The Salesforce Selective Sync feature is separate from the Segment Warehouse Selective Sync. Both features let you choose what to sync. The Salesforce Selective Sync impacts the information that Segment collects from Salesforce.

The sync component uses an upsert API, so the data in your warehouse loaded using sync reflects the latest state of the corresponding resource in Salesforce. For example, if ticket_status goes from open to closed between syncs, on its next sync that tickets status will be closed.

The source syncs and warehouse syncs are independent processes. Source runs pull your data into the Segment Hub, and warehouse runs flush that data to your warehouse. Sources sync with Segment every three hours. Depending on your Warehouses plan, Segment pushes the Source data to your warehouse on the interval associated with your billing plan.


Collections are the groupings of resources Segment pulls from your source. In your warehouse, each collection gets its own table.

CollectionTypeDescription
accountsobjectAn individual account, which is an organization involved with your business (such as customers, competitors, and partners). Corresponds to the Account(link takes you to an external page) resource in Salesforce.
account_contact_rolesobjectThe role that a given Contact plays on an Account. Corresponds to the AccountContactRole(link takes you to an external page) resource in Salesforce.
account_tagsobjectAssociates a word or short phrase with an Account. Corresponds to the AccountTag(link takes you to an external page) resource in Salesforce.
campaignsobjectA marketing campaign, such as a direct mail promotion, webinar, or trade show. Corresponds to the Campaign(link takes you to an external page) resource in Salesforce.
campaign_membersobjectThe association between a Campaign and either a Lead or Contact. Corresponds to the CampaignMember(link takes you to an external page) resource in Salesforce.
campaign_sharesobjectRepresents a list of access levels to a Campaign along with an explanation of the access level. For example, if you have access to a record because you own it, the Access Level value is Full and Reason for Access value is Owner. Corresponds to the CampaignShare(link takes you to an external page) resource in Salesforce.
campaign_tagsobjectAssociates a word or short phrase with a Campaign. Corresponds to the CampaignTag(link takes you to an external page) resource in Salesforce.
casesobjectA customer issue such as a customer's feedback, problem, or question. Corresponds to the Case(link takes you to an external page) resource in Salesforce.
case_commentsobjectA comment that provides additional information about the associated Case. Corresponds to the CaseComment(link takes you to an external page) resource in Salesforce.
case_contact_roleobjectThe role that a given Contact plays on a Case. Corresponds to the CaseContactRole(link takes you to an external page) resource in Salesforce.
case_solutionobjectThe association between a particular Case and a particular Solution. Corresponds to the CaseSolution(link takes you to an external page) resource in Salesforce.
case_tagsobjectAssociates a word or short phrase with a Case Corresponds to the CaseTag(link takes you to an external page) resource in Salesforce.
contactsobjectA contact, which is an individual associated with an Account. Corresponds to the Contact(link takes you to an external page) resource in Salesforce.
contact_tagsobjectAssociates a word or short phrase with a Contact. Corresponds to the ContactTag(link takes you to an external page) resource in Salesforce.
contractsobjectA contract (a business agreement) associated with an Account. Corresponds to the Contract(link takes you to an external page) resource in Salesforce.
contract_tagsobjectAssociates a word or short phrase with a Contract. Corresponds to the ContractTag(link takes you to an external page) resource in Salesforce.
dashboardsobjectRepresents a dashboard, which shows data from custom reports as visual components. Access is read-only. This object is available in API version 20.0 and later. Corresponds to the Dashboard(link takes you to an external page) resource in Salesforce.
dashboard_tagsobjectAssociates a word or short phrase with a Dashboard. This object is available inAPI version 20.0 and later. Corresponds to the DashboardTag(link takes you to an external page) resource in Salesforce.
documentsobjectA file that a user has uploaded. Unlike Attachment objects, Documents are not attached to a parent object. Corresponds to the Document(link takes you to an external page) resource in Salesforce.
document_tagsobjectAssociates a word or short phrase with a Document. Corresponds to the DocumentTag(link takes you to an external page) resource in Salesforce.
eventsobjectA calendar appointment event. Corresponds to the Event(link takes you to an external page) resource in Salesforce.
event_tagsobjectAssociates a word or short phrase with an Event. Corresponds to the EventTag(link takes you to an external page) resource in Salesforce.
_groupobjectA set of User records. Corresponds to the Group(link takes you to an external page) resource in Salesforce.
leadsobjectA lead, which is a prospect or potential Opportunity. Corresponds to the Lead(link takes you to an external page) resource in Salesforce.
lead_tagsobjectAssociates a word or short phrase with a Lead. Corresponds to the LeadTag(link takes you to an external page) resource in Salesforce.
namesobjectNon-queryable object that provides information about foreign key traversals when the foreign key has more than one parent. Corresponds to the Name(link takes you to an external page) resource in Salesforce.
notesobjectA note, which is text associated with an Attachment, Contact, Contract, Opportunity, or custom object. Corresponds to the Note(link takes you to an external page) resource in Salesforce.
note_tagsobjectAssociates a word or short phrase with a Note. Corresponds to the NoteTag(link takes you to an external page) resource in Salesforce.
opportunitiesobjectAn opportunity, which is a sale or pending deal. Corresponds to the Opportunity(link takes you to an external page) resource in Salesforce.
opportunity_competitorobjectA competitor on an Opportunity. Corresponds to the OpportunityCompetitor(link takes you to an external page) resource in Salesforce.
opportunity_contact_roleobjectThe role that a Contact plays on an Opportunity. Corresponds to the OpportunityContactRole(link takes you to an external page) resource in Salesforce.
opportunity_field_historyobjectRepresents the history of changes to the values in the fields of an opportunity. Corresponds to the OpportunityFieldHistory(link takes you to an external page) resource in Salesforce.
opportunity_productobjectAn opportunity line item, which is a member of the list of Product2 records associated with an Opportunity, along with other information about those products on that opportunity. Corresponds to the OpportunityLineItem(link takes you to an external page) resource in Salesforce.
opportunity_line_item_schedulesobjectInformation about the quantity, revenue distribution, and delivery dates for a particular OpportunityLineItem. Corresponds to the OpportunityLineItemSchedule(link takes you to an external page) resource in Salesforce.
opportunity_stageobjectThe stage of an Opportunity in the sales pipeline, such as New Lead, Negotiating, Pending, Closed, and so on. Corresponds to the OpportunityStage(link takes you to an external page) resource in Salesforce.
opportunity_tagobjectAssociates a word or short phrase with an Opportunity. Corresponds to the OpportunityTag(link takes you to an external page) resource in Salesforce.
periodobjectA fiscal period. Corresponds to the Period(link takes you to an external page) resource in Salesforce.
price_booksobjectA price book that contains the list of products (Product2 records) that your organization sells. Corresponds to the Pricebook2(link takes you to an external page) resource in Salesforce.
price_book_entriesobjectA product entry (an association between a Pricebook2 and Product2) in a price book. Corresponds to the PricebookEntry(link takes you to an external page) resource in Salesforce.
productsobjectA product that your organization sells. A product is member of the list of items in a Pricebook2. Corresponds to the Product2(link takes you to an external page) resource in Salesforce.
profileobjectA profile, which defines a set of user permissions for performing different operations, such as querying, adding, updating, or deleting information. Corresponds to Profile(link takes you to an external page) resource in Salesforce.
solutionsobjectA detailed description of a customer issue and the resolution of that issue. Corresponds to the Solution(link takes you to an external page) resource in Salesforce.
solution_tagsobjectAssociates a word or short phrase with a Solution. Corresponds to the SolutionTag(link takes you to an external page) resource in Salesforce.
tasksobjectAn activity or to-do item to perform or that has been performed. Corresponds to the Task(link takes you to an external page) resource in Salesforce.
task_tagsobjectAssociates a word or short phrase with a Task. Corresponds to the TaskTag(link takes you to an external page) resource in Salesforce.
usersobjectA user in your organization. Corresponds to the User(link takes you to an external page) resource in Salesforce.
user_loginobjectRepresents the settings that affect a user's ability to log into an organization. This object is available in API version 29.0 and later. Corresponds to the UserLogin(link takes you to an external page) resource in Salesforce.
roleobjectA role in your organization. Corresponds to the UserRole(link takes you to an external page) resource in Salesforce.

Select and add custom objects from the Selective Sync page in the Salesforce source settings.

Segment supports the use of soft deletes in Salesforce. If you perform a soft delete on a record in Salesforce, your next one to two warehouses syncs will change the value of is_deleted for the associated record to True.

Segment does not support hard deletes in Salesforce. Use of hard deletes will result in the data remaining in the warehouse with is_deleted set to False.


Segment performs a one-to-one mapping of all publicly available fields (standard and custom) from Salesforce. To see the full list of the standard fields refer to the Salesforce field documentation linked in each collection above.


Warehouses are the only supported destination for object-cloud sources.


When a new Object or Collection is enabled, Segment automatically runs a full historical re-sync on that Object.

However, for custom properties/columns, Segment only populates the custom property with data that comes in after the custom field was enabled. In order to populate the new custom field(s) for records that have previously been synced, you need to initiate a manual re-sync.

(information)

API usage impact

Initiating a full re-sync might impact your workspace's API calls + Object usage.

For Salesforce, Segment uses the SystemModstamp(system_modstamp) field to checkpoint collections that sync incrementally. When enabled, Segment syncs collections incrementally. When disabled, Segment syncs collections fully. If you'd like to force a collection to sync fully on the next run to bring in historical data, you can disable the SystemModstamp field on the collection, allow the next sync to complete and then re-enable SystemModstamp so the collection syncs incrementally in the coming syncs.

If you've added and selected custom fields to an existing collection and would not like to use SystemModstamp to bring in historical data, contact Segment Support(link takes you to an external page) to configure them to sync. You don't need to include the field names.


On March 25, 2024, Segment upgraded the Salesforce source integration from version 39.0 to Salesforce's API version 58.0. With the upgrade, there are deleted fields and added fields.

All Salesforce sources created after March 25, 2024 use version 58.0.

ChangeFields
Collections deprecatedAssistantRecommendationShare, AssistantRecommendation
Columns deprecated from the collections (Column name, Collection)(ForeignKeyAssetId, CustomBrandAsset), (UserPermissionsMobileUser, User), (OptionsRequireHttps, Site), (UniqueKey, LoginEvent), (OptionsExternalHttps, Domain)

Salesforce version 58 has between 350 and 550 newly added collections and between 800 and 1000 new columns. To see which collections and fields you can access in Salesforce version 58, refer to the Salesforce documentation(link takes you to an external page).


If you' a're syncing data from a Salesforce sandbox environment and see an "Invalid credentials" error, contact Segment Support(link takes you to an external page) to configure your Segment source to use sandbox data.