LinkedIn

Social Media integration · 7 node(s) including 1 trigger.

00Overview

Publish posts, manage content, and read analytics on LinkedIn

Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.

01Connecting LinkedIn

Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:

FieldTypeDetails
LinkedIn Access TokensecretRequired${credentials.linkedin}
i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Delete

LinkedIn Delete Post

social/linkedin/delete_post · Action

Delete a LinkedIn post by its URN

FieldTypeDetails
Post URNstringRequiredurn:li:ugcPost:...

Returns: tool_result, success, error

03Get

LinkedIn Post Analytics

social/linkedin/get_analytics · Action

Get engagement metrics (likes, comments, shares) for a LinkedIn post

FieldTypeDetails
Post URNstringRequiredurn:li:share:...

Returns: tool_result, success, error, likes, comments, shares, analytics_json

LinkedIn Get Post

social/linkedin/get_post · Action

Retrieve a LinkedIn post by its URN with content and metadata

FieldTypeDetails
Post URNstringRequiredurn:li:share:...

Returns: tool_result, success, error, text, author, created_at, lifecycle_state, post_json

LinkedIn Get Profile

social/linkedin/get_profile · Action

Get the authenticated user's LinkedIn profile and member URN

Returns: tool_result, success, error, member_urn, name, given_name, family_name, email, picture_url

04List

LinkedIn List Posts

social/linkedin/list_posts · Action

List recent posts by the authenticated user or a specified author

FieldTypeDetails
Author URNstringRequiredurn:li:person:XXXXXXXX
Countinteger10

Returns: tool_result, success, error, posts, total

05Share

LinkedIn Share Post

social/linkedin/share_post · Action

Publish a text or link post to LinkedIn as the authenticated user

FieldTypeDetails
Author URNstringRequiredurn:li:person:XXXXXXXX
Post TexttextRequired
Link URLstringhttps://example.com (optional)
Link Titlestring
Link Descriptionstring
VisibilitystringPUBLIC — choices: Public, Connections Only

Returns: tool_result, success, error, post_urn

06Triggers

LinkedIn Activity Trigger

trigger/linkedin_poll · Trigger

Triggers a flow on new comments or reactions on LinkedIn posts

FieldTypeDetails
Post URNstringRequiredurn:li:share:12345
Event Filterstringcomment,reaction
Poll Interval (seconds)string300

Returns: event_type, post_urn, author_urn, author_name, content, comment_urn, reaction_type, created_at, triggered_at

07Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.