Open in Hub v
The official LinkedIn integration allows your bot to create and delete posts from your LinkedIn account.
Setup
Basic configuration
Manual configuration
In Botpress Studio, select Explore Hub in the upper-right corner.
Search for the LinkedIn integration, then select Install Integration .
In the Configuration menu, select Authorize LinkedIn .
Follow the on-screen instructions to connect Botpress to your LinkedIn account.
When using this configuration mode, a Botpress-managed LinkedIn application connects to your LinkedIn account. Actions taken by the bot will be attributed to the LinkedIn account that authorized the connection.
For advanced use cases, you can manually configure the integration using your own LinkedIn application and OAuth credentials. Step 1: Create a LinkedIn application
Fill in the required fields:
App name
LinkedIn Page
App logo
In your LinkedIn application settings, navigate to the Products tab.
Request access to the following products:
Share on LinkedIn — required for posting content
Sign In with LinkedIn using OpenID Connect — required for authentication
Approval may require review by LinkedIn.
Navigate to the Auth tab.
Under OAuth 2.0 settings , add the following redirect URL: https://webhook.botpress.cloud/oauth
Copy your Client ID and Client Secret — you’ll need them to configure the integration in Botpress.
Step 3: Obtain an authorization code
Construct the authorization URL by replacing YOUR_CLIENT_ID in the following URL with your actual Client ID: https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=YOUR_CLIENT_ID&redirect_uri=https://webhook.botpress.cloud/oauth&scope=openid%20profile%20email%20w_member_social&state=manual
Visit this URL in your browser while logged into the LinkedIn account you want to use with the integration.
Follow the on-screen instructions to authorize the application.
You will be redirected to webhook.botpress.cloud. Do not close this page.
Copy the authorization code from the URL in your browser’s address bar. The authorization code is the string that appears after code= in the URL.
In Botpress Studio, select Explore Hub in the upper-right corner.
Search for the LinkedIn integration, then select Install Integration .
In the Configuration menu, select the drop-down and choose Manual .
Fill in the integration’s configuration fields:
Paste the authorization code you obtained in Step 3 . The authorization code is only valid for a short period of time. If the code has expired, repeat Step 3 to obtain a new one. When you’ve filled in all the fields, select Save Configuration . Your LinkedIn integration has been manually configured and is ready to use.
Cards
Here’s a reference for all Cards available with the integration:
Create Post
Available options: PUBLIC, CONNECTIONS
Delete Post Last modified on February 9, 2026