Skip to main content

Salesforce (REST)

Prerequisites:

  • To get the Refresh Token, give Auth Scope (permission), Perform requests at any time(refresh_token, offline_access), from the Salesforce instance.
  • To get access to the Salesforce API, give Manage user data via APIs(API) permission.
  • Provide access (whitelist) to the following URLs through your firewall and network. https://{{domainName}}.my.salesforce.com
  • Check the SalesforceREST_TokenGeneration document to create connected apps and refresh token.

References: