Lodol Docs

LinkedIn

API actions for the LinkedIn integration.

LinkedIn

Publish posts to LinkedIn from Lodol workflows.


Create LinkedIn post

Publish a post to LinkedIn as an organization or member.

Parameters

ParameterTypeRequiredDescription
author_urnstringYesAuthor URN.
textstringYesPost text content.
visibilitystringNoPost visibility.

Response

{
  "post": {
    "author": "urn:li:person:ABC123XYZ",
    "id": "urn:li:share:7015432198765",
    "text": "Excited to announce our new product launch!",
    "visibility": "PUBLIC"
  },
  "status": "success"
}

On this page