Salesforce Integration
To use the Salesforce API, your organization must use one of the following editions (where the API is enabled by default):
- Enterprise Edition
- Unlimited Edition
- Developer Edition
- Performance Edition
For Professional Edition organizations, API access must be purchased and can be processed by contacting an account executive.
In order to integrate Salesforce, you need to create a connected app in your Salesforce account, then provide your Consumer Key and Consumer Secret:
To create a connected app, follow this tutorial:
Go to Setup -> Build -> Create -> Apps. Click on “New” button.
Enter the name of your application, e.g., “TrenDemon Connect”, contact email information, and any other information appropriate for your application.
The next step is to select Enable OAuth Settings:
- Enter Callback URL: https://appapi.trendemon.com/cm/settings/salesforce
- Choose OAuth Scope: Full access, Perform requests on your behalf at any time (refresh_token, offline_access)
After clicking “Save”, you will see your Consumer Key and Consumer Secret: