LinkedIn Connector - Configuration Guide
The LinkedIn Developer Platform facilitates integration of Expertflow CX with LinkedIn. Expertflow CX interacts with content generated by a LinkedIn Page so third-party application must use an Access Token to authorise API requests on behalf of a LinkedIn member or organisation. The Access Token carries the scope of permissions granted to the application, such as reading page posts, comments or publishing content. To enable this integration, developers must create and configure a LinkedIn App through the LinkedIn Developer Portal, which allows Expertflow CX to communicate with the LinkedIn platform.
Pre-Requisite for LinkedIn Channel
- https://expertflow-docs.atlassian.net/wiki/x/r5Qm
- LinkedIn Account Onboarding
- Guide for Standard Tier Upgrade
Generating an Access Token for LinkedIn's API
Assuming you already have a verified app on the LinkedIn Developer Portal, also you have requested for the standard upgrade.
Go to the LinkedIn OAuth Token Generator.
Sign in with your LinkedIn account if you aren’t already logged in.
If you have multiple apps in your LinkedIn Developer account, select the app you want to generate a token for from the dropdown menu.
Under "Select OAuth 2.0 Scopes", choose all the permissions for your app.
Check the button 'I understand this tool will update my app’s redirect URL settings.'
Click the "Request access token" button.
If you are not already login on linkedIn then it will ask you to login,
LinkedIn will prompt you to authorize the app. Review the permissions and click "Allow".
Copy the generated Access Token from the tool.
Unified Admin Configuration
To set up the LinkedIn Channel, the LinkedIn connector needs to be configured in the Unified Admin of the Expertflow CX's application.
Channel Type
Create a new Channel Type (if it doesn't exist).
Select a Chat in the MRD.

Channel Provider
It's recommended that the component’s service name be used in the "Channel Provider -> Provider's Webhook" field. However, FQDN can also be used with some additional custom configurations.
Create a Channel Provider and give it the name "LinkedIn Provider"
Provide the service name of LinkedIn Connector in the Provider Webhook field as http://{SERVICE-NAME}:{SERVICE-PORT}/comments. Replace the {SERVICE-NAME} and {SERVICE-PORT} in the URL with the component's k3s-based service name and port (It can be fetched using k get svc -n expertflow)
Create the following additional attributes
Name | Type | |
---|---|---|
Organizational-ID | PositiveNumber | |
Authentication-Token | String2000 | |
Comments-Batch-Size | PositiveNumber | |
API-Version | PositiveNumber | |
Host-Url | String100 |
Click Save

Channel Connector
Create a Channel Connector and give it the name "LinkedIn Connector"
Select LinkedIn in the Channel Provider Interface.
Update
Organizational-ID
,Authentication-Token
,Comments-Batch-Size
,API-Version
,Host-Url
values.
Properties | Description |
---|---|
| You can get this from the organisation’s LinkedIn page dashboard URL |
| Generate using the OAuth token generator tool |
Click Save

Channel
Add a Channel and give it a name like “LinkedIn”.
Add Service Identifier as your organisation ID.
Select the Bot ID with only the available Rasa Bot.
Select the recently created “LinkedIn Connector” in Channel Connector.
Set 300 sec as Customer Activity Timeout(sec).
Set Channel Mode as HYBRID.
Set the Routing Mode as per your need. PUSH or PULL.
Set the required Queue where you want to route the LinkedIn Chats.
Select LONGEST AVAILABLE as Agent Selection Policy.
Set 300 sec as Agent Response Time(sec).
Save.

You have to restart the LinkedIn connector after adding the LinkedIn channel configuration in the unified admin.