After integrating Linkus with Salesforce CRM, you will achieve the following features on Linkus:
- Call Pop-ups: When a Salesforce contact calls to you, a pop-up call is shown on Linkus and the contact details are automatically shown on a web page.
- Call Journals: The call logs are recorded in the CRM.
- Create a new contact: Automatically create a new Salesforce contact when a call is received from an unknown number.
Prerequisite
- A Salesforce account with API enabled. If your Salesforce edition doesn’t support Web Services API, contact Salesforce to subscribe.
Salesforce Essentials Doesn’t support API. Lightning Professional Needs additional cost for API services. Lightning Enterprise API included. Lightning Unlimited API included.
Create API App on Salesforce
- Log in Salesforce, click
in the top-right corner, then click Setup.
- Create a connected App.
- On the left-side navigation, under PLATFORM TOOLS, click .
- On the Lightning Experience App Manager page, click the New Connected App in the top-right corner.
- On the New Connected App page, enter the required basic information.
- App Name: Enter the App name, e.g. linkus.
- API Name: Enter the developer name, e.g. linkus.
- Contact Email: Enter a contact email.
- Scroll down the page, configure the API (Enable OAuth Settings).
- Enable OAuth Settings: Check the option.
- Callback URL: Enter
https://localhost:3001/callback
. - Selected OAuth Scopes: Select the following scopes to Selected OAuth Scopes box.
- Access and manage your data (api)
- Access your basic information (id, profile, email, address, phone)
- Allow access to your unique identifier (openid)
- Full access (full)
- Perform requests on your behalf at any time (refresh_token, offline_access,)
- Provide access to your data via the Web (web)
- Scroll down the page, click Save.
Note: The connected App will take effect after 2 or 10 minutes.
- Check and note down the API information of the connected App.
Note: The API information is required on the Linkus client.
- On the left-side navigation, under PLATFORM TOOLS, click .
- Find the connected App, click
, then click View.
- Scroll down the Manage Connected Apps page, check the API information.
Configure CRM settings on Linkus
Each Linkus user needs to configure Salesforces CRM settings on their Linkus clients to allow access to Salesforce.
- Click
at the bottom-left corner of Linkus.
- Click CRM Integration.
- Configure the General settings.
- Open Contact: When the incoming call will pop up.
- Enable Journaling: Whether to record the call logs in the CRM.
- Create new contacts if not matched: Whether to automatically create a new Salesforce contact when a call is received from an unknown number.
- Configure Salesforce CRM settings.
- In the Plug-in drop-down menu, select Salesforce.
- On the pop-up dialog of Registry Editor, click Yes.
- In the Consumer Key field, enter the Consumer Key of the Salesforce connected App.
- In the Consumer Secret, Enter the Consumer Secret of the Salesforce connected App.
- Click Request the Code.
A web page will be opened automatically. If the configurations are correct, the page will show “success”, and the authorization code will be filled in Linkus automatically
- Click Authorize.