🚀 Quickstart
Connect to Salesforce with Nango and see data flow in 2 minutes.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Salesforce.
2
Authorize Salesforce
Go to Connections -> Add Test Connection -> Authorize, then log in to Salesforce. Later, you’ll let your users do the same directly from your app.
3
Call the Salesforce API
Let’s make your first request to the Salesforce API (fetch a list of contacts). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our quickstart to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
📚 Salesforce Integration Guides
Nango maintained guides for common use cases.- How to register your own Salesforce OAuth app
Register an OAuth app with Salesforce and obtain credentials to connect it to Nango
🧩 Pre-built syncs & actions for Salesforce
Enable them in your dashboard. Extend and customize to fit your needs.Accounts
Contacts
Leads
Opportunities
| Function name | Description | Type | Source code |
|---|---|---|---|
create-opportunity | Create a single opportunity in salesforce | Action | 🔗 Github |
update-opportunity | Update a single opportunity in salesforce | Action | 🔗 Github |
delete-opportunity | Delete a single opportunity in salesforce | Action | 🔗 Github |
opportunities | Fetches a list of opportunities from salesforce | Sync | 🔗 Github |
Users
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
fetch-fields | Fetch available task fields, child relationships and validation rules. If the input is not specified then it defaults back to “Task” Data Validation: Parses all incoming data with Zod. Does not fail on parsing error will instead log parse error and return result. | Action | 🔗 Github |
articles | Fetches a list of articles from salesforce | Sync | 🔗 Github |
tickets | Fetches a list of tickets from salesforce | Sync | 🔗 Github |