Skip to main content

๐Ÿš€ 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, Username, and optionally Instance URL from your JWT-enabled Connected App. 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:
curl "https://api.nango.dev/proxy/services/data/v58.0/query?q=SELECT+Id,FirstName,LastName,Email+FROM+Contact+LIMIT+10" \
  -H "Authorization: Bearer <NANGO-SECRET-KEY>" \
  -H "Provider-Config-Key: <INTEGRATION-ID>" \
  -H "Connection-Id: <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.
4

Implement Nango in your app

Follow the Auth implementation guide to integrate Nango in your app.To create a JWT Connected 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 Connected App in Salesforce and connect using Consumer Key, Consumer Secret, Private Key, and Username
Official docs: Salesforce REST API

๐Ÿงฉ Pre-built syncs & actions for Salesforce JWT

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.