Integrations
Salesforce
Integrations
Salesforce
Integration template: salesforce
βFeatures
Feature | Status |
---|---|
Auth (OAuth) | β |
Sync | β |
Nango Proxy | π« (time to contribute: <1h) |
Auto-pagination | π« (time to contribute: <1h) |
API-specific rate limits | π« (time to contribute: <1h) |
We can implement missing features in <48h, just ask for it in the community.
βGetting started
- Salesforce OAuth documentation (Step 7 contains the details of what Salesforce returns along with the token)
- Overview of OAuth scopes
Need help getting started? Get help in the community.
βAPI gotchas
- Salesforce calls the
client_id
andclient_secret
theConsumer Key
andConsumer Secret
- To enable offline data access with a refresh token, add the
refresh_token
(or its synonym,offline_access
) scope. By default access tokens expire in ~2h (but customers can configure this value). - If you encounter an error in your flow that says
invalid_client_id
make sure your (developer) Userβs password does not contain any special characters (yes, really.) - Nango automatically stores the
instance_url
(e.g.https://yourInstance.salesforce.com/
) in the Connection metadata for you. You can easily retrieve this with the backend SDK or Connections API
Add Getting Started links and Gotchas by editing this page