OCNORA

LinkedIn

Chat & messagingBearer tokencredential probe

Publish text shares on LinkedIn (OAuth2 access token).

OCNORA ships 16 typed LinkedIn operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.linkedin.com/v2 through the HTTP node with the same credential.

Operations 16

  • Create Post
    Publish a text share on LinkedIn (as a person or organization).
    linkedin.create_post
  • Create Share
    Publish a post on LinkedIn as a person or an organization — text, or text plus an uploaded image, document or video.
    linkedin.create_share
  • Delete Post
    Delete one post. LinkedIn makes this idempotent — deleting twice is fine.
    linkedin.delete_post
  • Get Document
    Read one uploaded document — its processing status and download URL.
    linkedin.get_document
  • Get My Email Address
    The primary email address on the connection's LinkedIn account, for a token that predates OpenID Connect.
    linkedin.get_email
  • Get Image
    Read one uploaded image — its processing status and download URL.
    linkedin.get_image
  • Get My Profile
    The profile the connection's token belongs to, including the person URN every post and upload needs as its author.
    linkedin.get_me
  • Get Organization
    Read one LinkedIn page by its id or URN, or look it up by the vanity name in its public URL.
    linkedin.get_organization
  • Get Post
    Read one post by its share or ugcPost URN — its commentary, attached content, visibility and lifecycle state. Not its like or comment counts.
    linkedin.get_post
  • Get My Member Info
    The OpenID Connect claims for the connection's token — name, picture and, with the email scope, the member's email address.
    linkedin.get_userinfo
  • List Organizations
    The LinkedIn pages the connection's member holds a role on — how a workflow finds an organization URN it is allowed to post as.
    linkedin.list_organizations
  • List Posts
    Page through the posts one person or organization authored, newest first.
    linkedin.list_posts
  • Register Document Upload
    Step one of a document upload: reserve the document URN and a one-shot upload URL. Use linkedin.upload_document unless you need the steps apart.
    linkedin.register_document_upload
  • Register Image Upload
    Step one of an image upload: reserve the image URN and a one-shot upload URL. Use linkedin.upload_image unless you need the two steps apart.
    linkedin.register_image_upload
  • Upload Document
    Register and upload a document in one step, returning the document URN to attach to a post. PDF, DOC, DOCX, PPT or PPTX, under 100 MB and 300 pages.
    linkedin.upload_document
  • Upload Image
    Register and upload an image in one step, returning the image URN to attach to a post. JPG, PNG or GIF, under 36,152,320 pixels.
    linkedin.upload_image

Run your first LinkedIn workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.