Salesforce Integration
Also known as: Salesforce CRM integration, SFDC integration
A Salesforce integration is the connection between a customer-facing tool and Salesforce CRM. Because Salesforce schemas vary widely between deployments (custom objects, custom fields, picklists), Salesforce integrations require more configuration than HubSpot integrations — but they also enable richer write payloads when configured correctly.
The Salesforce integration trap is assuming standard object models. Most Salesforce deployments use Lead and Opportunity, but the picklist values, required fields, and validation rules are custom per deployment. A working integration starts with reading the target deployment's schema and validating that the write payload satisfies the validation rules.
Salesforce also enforces API rate limits that matter at outbound scale. A cold-email tool writing 1,000 contact updates per hour can easily hit the API limit on a mid-tier Salesforce edition. Production integrations batch writes and respect the limits.