Description: Enable agents to interact with LinkedIn.
Author: Arcade
Code: GitHub
Auth: User authorization via the LinkedIn auth provider
The Arcade LinkedIn toolkit provides a pre-built set of tools for interacting with LinkedIn. These tools make it easy to build agents and AI apps that can:
- Create a post
Install
pip install arcade_linkedin
pip installing the toolkit is only needed if you are self-hosting Arcade. You do not need to install the toolkit if you’re using Arcade Cloud.
Available Tools
These tools are currently available in the Arcade LinkedIn toolkit.
Tool Name | Description |
---|---|
CreateTextPost | Share a new text post to LinkedIn. |
If you need to perform an action that’s not listed here, you can get in touch with us to request a new tool, or create your own tools with the LinkedIn auth provider.
CreateTextPost
Share a new text post to LinkedIn.
Parameters
text
(string, required) The text content of the post.
Auth
The Arcade LinkedIn toolkit uses the LinkedIn auth provider to connect to users’ LinkedIn accounts.
With the hosted Arcade Engine, there’s nothing to configure. Your users will see Arcade
as the name of the application that’s requesting permission.
With a self-hosted installation of Arcade, you need to configure the LinkedIn auth provider with your own LinkedIn app credentials.