๐ Quickstart
Connect to Salesforce with JWT and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations โ Configure New Integration โ Salesforce JWT.
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.
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
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