🚀 Quickstart
Connect to Salesforce Sandbox with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Salesforce Sandbox.
Authorize Salesforce Sandbox
Go to Connections -> Add Test Connection -> Authorize, then log in to Salesforce Sandbox. Later, you’ll let your users do the same directly from your app.
Call the Salesforce Sandbox API
Let’s make your first request to the Salesforce Sandbox API. 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
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
📚 Salesforce Sandbox Integration Guides
Nango maintained guides for common use cases.- How to register your own Salesforce Sandbox OAuth app
Register an OAuth app with Salesforce Sandbox and obtain credentials to connect it to Nango
🧩 Pre-built syncs & actions for Salesforce Sandbox
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 |
delete-opportunity | Delete a single opportunity in salesforce | Action | 🔗 Github |
update-opportunity | Update 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 |