Authenticating connections

OAuth 2.0 authentication. The user provides access token obtained through OAuth 2.0 workflow. The username and password can still be used to automatically refresh the access token. Before making REST API calls through Salesforce adapter, you must authenticate the application user using OAuth 2.0. Refer to Salesforce product documentation.

Salesforce adapter as a source:

The Salesforce adapter as a source is used to:
  • Get a record.
  • Execute a Query
  • Check the query performance.
  • Search a String.

Salesforce adapter as a target:

The Salesforce adapter as a target is used to:
  • Insert a record.
  • Update a record.
  • Delete a record.