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 PostPublish a text share on LinkedIn (as a person or organization).linkedin.create_post
- Create SharePublish a post on LinkedIn as a person or an organization — text, or text plus an uploaded image, document or video.linkedin.create_share
- Delete PostDelete one post. LinkedIn makes this idempotent — deleting twice is fine.linkedin.delete_post
- Get DocumentRead one uploaded document — its processing status and download URL.linkedin.get_document
- Get My Email AddressThe primary email address on the connection's LinkedIn account, for a token that predates OpenID Connect.linkedin.get_email
- Get ImageRead one uploaded image — its processing status and download URL.linkedin.get_image
- Get My ProfileThe profile the connection's token belongs to, including the person URN every post and upload needs as its author.linkedin.get_me
- Get OrganizationRead one LinkedIn page by its id or URN, or look it up by the vanity name in its public URL.linkedin.get_organization
- Get PostRead 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 InfoThe OpenID Connect claims for the connection's token — name, picture and, with the email scope, the member's email address.linkedin.get_userinfo
- List OrganizationsThe 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 PostsPage through the posts one person or organization authored, newest first.linkedin.list_posts
- Register Document UploadStep 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 UploadStep 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 DocumentRegister 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 ImageRegister 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
More in Chat & messaging
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.