Quickstart
Connect your first Salesforce org and make an API call in about ten minutes.
What is Appnigma Integrations?
At Appnigma, Our Integrations lets your product connect to your users' Salesforce orgs without building OAuth plumbing yourself. You configure an integration once, your users authorize their own orgs through a hosted connect flow, and you call Salesforce through a simple SDK or proxy API.
You work with three building blocks:
- An integration — your OAuth app configuration for a provider (e.g. Salesforce production or sandbox).
- API keys — credentials scoped to one integration: a private key for your backend and a public key that is safe in the browser.
- Connections — one per user-authorized Salesforce org, managed for you with automatic token refresh.
Set up in three steps
Create an integration
Add your OAuth client credentials and register the callback URL with your provider. Follow Create an Integration.
Generate an API key
Issue a scoped key pair for your integration — the private key is shown exactly once, so store it securely. Follow Generate an API Key.
Connect and call Salesforce
Send users to the connect URL with your public key, then list connections and make proxied Salesforce calls from your backend. Follow Managing OAuth Connections.
Install the SDK
npm install @appnigma/integrations-clientpip install appnigma-integrations-clientGuides
Create an Integration
Configure an OAuth connection to Salesforce.
Generate an API Key
Issue and manage scoped API credentials.
Managing OAuth Connections
Initiate, list, inspect, and call Salesforce on behalf of your users.
Need help? Email hello@appnigma.ai.