Use LinkedIn to publish to your personal feed and retrieve your profile information from a workflow.
Usage Instructions
Integrate LinkedIn into workflows. Share posts to your personal feed and access your LinkedIn profile information.
Actions
Share Post on LinkedIn
Share a post to your personal LinkedIn feed
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
text | string | Yes | The text content of your LinkedIn post |
visibility | string | No | Who can see this post: "PUBLIC" or "CONNECTIONS" (default: "PUBLIC") |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Operation success status |
postId | string | Created post ID |
profile | json | LinkedIn profile information |
error | string | Error message if operation failed |
Get LinkedIn Profile
Retrieve your LinkedIn profile information
Input
| Parameter | Type | Required | Description |
|---|
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Operation success status |
postId | string | Created post ID |
profile | json | LinkedIn profile information |
error | string | Error message if operation failed |