Salesforce Adapter

Salesforce Adapter provides support to access Salesforce REST API resource. It is useful for abstracting a piece of information or an action.

Using Salesforce Adapter, you can:
  • Retrieve a record of a Salesforce object, such as Account, User, or custom object.
  • Perform a query or search.
  • Update or delete records.

The Salesforce Adapter is used to connect to REST APIs provided by Salesforce for easy integration and development without writing REST APIs frameworks in the application. Salesforce Adapter is an easy way to create and update underlying data model and standard objects.