🚀 Quickstart
Connect to Salesforce with JWT and see data flow in 2 minutes.1
Create the integration
In Nango (free signup), go to Integrations → Configure New Integration → Salesforce JWT.
2
Configure Salesforce JWT credentials
Go to Connections → Add Test Connection. Enter your Consumer Key, Consumer Secret, Private Key, and Username from your JWT-enabled External Client App, plus your Authorization Server URL (your Salesforce login endpoint). Use the connect guide below to create and configure the app in Salesforce.
3
Call the Salesforce API
Make your first request to the Salesforce API (e.g. fetch a list of contacts). Replace the placeholders below with your secret key, integration ID, and connection ID:You can also 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 the Auth implementation guide to integrate Nango in your app.To create a JWT External Client App and get credentials, use the connect guide linked below.
📚 Salesforce JWT Integration Guides
Nango-maintained guides for common use cases.- How do I link my account?
Set up a JWT-enabled External Client App in Salesforce and connect using Consumer Key, Consumer Secret, Private Key, and Username