Add a bot to LinkedIn using the official integration.
The official LinkedIn integration allows your bot to create and delete posts from your LinkedIn account.
Setup
You will need:
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.
You will need:
- A published bot
- A LinkedIn account
- A LinkedIn Page associated with your app
Step 1: Create a LinkedIn application
Go to the LinkedIn Developer Portal and select Create app.
Step 2: Configure OAuth settings
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 Step 4: Configure the integration in Botpress
Fill in the integration’s configuration fields:
Client ID
Client ID
Paste the Client ID you copied from the Auth tab in the LinkedIn Developer Portal.
Client Secret
Client Secret
Paste the Client Secret you copied from the Auth tab in the LinkedIn Developer Portal.
When you’ve filled in all the fields, select Save Configuration.
Your LinkedIn integration has been manually configured and is ready to use.
Cards
Create Post
Create a LinkedIn post with optional image or article link
inputobjectoutputobjectDelete Post
Delete a LinkedIn post created by the authenticated user
inputobjectoutputobject