API actions for the LinkedIn integration.
Publish posts to LinkedIn from Lodol workflows.
Create LinkedIn post
Publish a post to LinkedIn as an organization or member.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
author_urn | string | Yes | Author URN. |
text | string | Yes | Post text content. |
visibility | string | No | Post 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"
}