Salesforce integration connector
Add white-label customer-facing integration with Salesforce into your app with just a few lines of code.
Read development guide.
Managed authentication
Connect your customer accounts in Salesforce without researching its API, registering in a developer program, and getting your application approved. We take care of authentication, secure credentials storage, and token refreshes so you don't have to.
Just one line of code for you and one click for your customers:
iApp.integration('salesforce').open()
Add Salesforce to your app in the next 30 minutes
Execute Salesforce operations on behalf of your customers
Get information about available operations in a consistent way: name, description, input, output. Run operations using simple consistent API.
Registration - Initialize
Submits the registration data to the init/registration endpoint and returns a request identifier. At the same time, an OTP is sent out to the end users via email or sms. Registration data is passed in the request body, and is formatted with JSON, with 5 keys: userdata
, customdata
, password
, recaptcha
, and verificationmethod
...
User Agent Flow
User Agent Flow
Registration - Authorize
After you send your registration data to initialize, this request allows you to process that registration data, and as a part of this request you also verify the users email or sms number. The request itself is a authorization call for the Code and Credential flow...
Registration - Token Exchange
This exchanges the auth code returned in the Authorize Request for an access token and refresh token. This follows the standard Auth Code flow/Webserver Code Flow pattern. The Code is the return form the Authorization call...
Forgot Password - Initialize
Forgot Password - Initialize
Passwordless Login - Initialize
Submits the passwordless login data to the init/passwordless/login endpoint and returns a request identifier. At the same time, an OTP is sent out to the end users via email or sms. Passwordless login data is passed in the request body, and is formatted with JSON, with 3 keys: username
, recaptcha
, and verificationmethod
...
Work with Salesforce data collections
Read and write data, get custom fields schema, and react to changes in Salesforce data.
Read more about working with data collections
List | Find by ID | Search | Match | Create | Update | Delete | |
---|---|---|---|---|---|---|---|
Accounts | β | β | β | β | β | β | β |
Assets | β | β | β | β | β | β | β |
Campaign Members | β | β | β | β | β | β | β |
Campaigns | β | β | β | β | β | β | β |
Cases | β | β | β | β | β | β | β |
Contacts | β | β | β | β | β | β | β |
Trigger integrations on Salesforce events
React to events in the external app. Receive changes in data regardless of whether webhooks are supported or not.
Read more about working with events
Data Record Created
Data Record Updated
Data Record Deleted
Use the same code to integrate withΒ Salesforce and 100+ other applications
With universal integrations, you can build your integration scenario once and it will work with every app automatically.
Companiesautomatically maps to | Contactsautomatically maps to | Usersautomatically maps to | Dealsautomatically maps to | Tasksautomatically maps to | |
---|---|---|---|---|---|
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |