Skip to main content

Salesforce V2

Connect to Salesforce using OAuth2

To use this connection type within the API, use a ConnectionTypeCode of SALESFORCEV2.

Variable Reference

The following variables are supported:

  • SalesforceEnvironmentUrl - (Required) The URL to the Salesforce environment. Normally https://login.salesforce.com for Production; https://test.salesforce.com for Sandbox.

  • SalesforceClientIdSecretName - (Required) The name of the Key Vault Secret containing the Salesforce Client Id.

  • SalesforceClientSecretSecretName - (Required) The name of the Key Vault Secret containing the Salesforce Client Secret.

  • SalesforceApiVersion - (Required) The version of the Salesforce API in use.