NAiOS IconNAiOS Logo
Volver al catálogo

LinkedIn

linkedin

LinkedIn is a professional networking platform enabling job seekers, companies, and thought leaders to connect, share content, and discover business opportunities

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Creates 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

  • authorstringObligatorio

    The 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}'.

  • commentarystringObligatorio

    The main text content of the post. This field supports plain text and @-mentions (e.g., @[LinkedIn Member](urn:li:person:xxxx)).

  • visibilitystringenum

    Controls 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_INCONTAINER
  • distributionobject

    Specifies distribution rules for the post, including feed distribution and targeting.

  • lifecycleStatestring

    The 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.

  • isReshareDisabledByAuthorboolean

    Set to true to prevent others from resharing this post.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete LinkedIn PostLINKEDIN_DELETE_LINKED_IN_POSTAcción

Deletes a specific linkedin post (share) by its unique `share id`, which must correspond to an existing share.

Parámetros de entrada

  • share_idstringObligatorio

    Unique identifier of the LinkedIn share (post) to be deleted.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get company infoLINKEDIN_GET_COMPANY_INFOAcción

Retrieves 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

  • rolestringenum

    The specific role to filter organization ACLs by.

    ADMINISTRATORDIRECT_SPONSORED_CONTENT_POSTER
  • countinteger

    The number of organization ACLs to return per page.

  • startinteger

    The starting index for pagination, representing the number of initial ACLs to skip.

  • statestringenum

    The approval state of the role to filter by.

    APPROVEDREQUESTED

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get my infoLINKEDIN_GET_MY_INFOAcción

Fetches 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not