linkedinLinkedIn is a professional networking platform enabling job seekers, companies, and thought leaders to connect, share content, and discover business opportunities
Acciones disponibles (4)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create a LinkedIn postLINKEDIN_CREATE_LINKED_IN_POSTAcciónCreates a new post on linkedin for the authenticated user or an organization they manage; ensure the user has necessary permissions if posting for an organization.
LINKEDIN_CREATE_LINKED_IN_POSTAcciónCreates a new post on linkedin for the authenticated user or an organization they manage; ensure the user has necessary permissions if posting for an organization.
Parámetros de entrada
authorstringObligatorioThe URN of the LinkedIn member or organization creating the post. Use the GET_USER_INFO action to retrieve the 'author_id' (URN) for the authenticated user. For an organization, the URN will be in the format 'urn:li:organization:{id}'.
commentarystringObligatorioThe main text content of the post. This field supports plain text and @-mentions (e.g., @[LinkedIn Member](urn:li:person:xxxx)).
visibilitystringenumControls who can see the post. 'PUBLIC' makes it visible to everyone, 'CONNECTIONS' to connections only, 'LOGGED_IN' to signed-in LinkedIn members, and 'CONTAINER' for specific group/event posts.
PUBLICCONNECTIONSLOGGED_INCONTAINERdistributionobjectSpecifies distribution rules for the post, including feed distribution and targeting.
lifecycleStatestringThe state of the post. Use 'PUBLISHED' to post directly, 'DRAFT' to save as a draft, or 'PUBLISH_REQUESTED' if the post requires review before publishing.
isReshareDisabledByAuthorbooleanSet to true to prevent others from resharing this post.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete LinkedIn PostLINKEDIN_DELETE_LINKED_IN_POSTAcciónDeletes a specific linkedin post (share) by its unique `share id`, which must correspond to an existing share.
LINKEDIN_DELETE_LINKED_IN_POSTAcciónDeletes a specific linkedin post (share) by its unique `share id`, which must correspond to an existing share.
Parámetros de entrada
share_idstringObligatorioUnique identifier of the LinkedIn share (post) to be deleted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get company infoLINKEDIN_GET_COMPANY_INFOAcciónRetrieves organizations where the authenticated user has specific roles (acls), to determine their management or content posting capabilities for linkedin company pages.
LINKEDIN_GET_COMPANY_INFOAcciónRetrieves organizations where the authenticated user has specific roles (acls), to determine their management or content posting capabilities for linkedin company pages.
Parámetros de entrada
rolestringenumThe specific role to filter organization ACLs by.
ADMINISTRATORDIRECT_SPONSORED_CONTENT_POSTERcountintegerThe number of organization ACLs to return per page.
startintegerThe starting index for pagination, representing the number of initial ACLs to skip.
statestringenumThe approval state of the role to filter by.
APPROVEDREQUESTED
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get my infoLINKEDIN_GET_MY_INFOAcciónFetches the authenticated linkedin user's profile, notably including the 'author id' required for attributing content such as posts or articles.
LINKEDIN_GET_MY_INFOAcciónFetches the authenticated linkedin user's profile, notably including the 'author id' required for attributing content such as posts or articles.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not