LinkedIn integration (Social, Marketing). Imported from open-connector.
https://api.linkedin.com/v2/userinfo
/rest/posts
| Param | Type | Required | Description |
|---|---|---|---|
| authorUrn | string | required | The member author URN, such as urn:li:person:{personId}. |
| commentary | string | required | The plain text commentary for the post. |
| visibility | string | optional | Who can see the LinkedIn post. |
| disableReshare | boolean | optional | Whether resharing should be disabled for the post. |
/rest/posts/{postUrn}
| Param | Type | Required | Description |
|---|---|---|---|
| postUrn | string | required | The raw LinkedIn post URN, such as urn:li:share:{id}. |
/rest/posts
| Param | Type | Required | Description |
|---|---|---|---|
| authorUrn | string | required | The member author URN, such as urn:li:person:{personId}. |
| commentary | string | required | The plain text commentary for the post. |
| sourceUrl | string | required | The article or link URL to attach to the post. |
| title | string | optional | The article title to send to LinkedIn. |
| description | string | optional | The article description to send to LinkedIn. |
| thumbnailUrn | string | optional | The LinkedIn image URN to use as the article thumbnail. |
| visibility | string | optional | Who can see the LinkedIn post. |
| disableReshare | boolean | optional | Whether resharing should be disabled for the post. |
/rest/posts
| Param | Type | Required | Description |
|---|---|---|---|
| authorUrn | string | required | The member author URN, such as urn:li:person:{personId}. |
| parentPostUrn | string | required | The raw LinkedIn post URN, such as urn:li:share:{id}. |
| commentary | string | optional | The plain text commentary for the post. |
| visibility | string | optional | Who can see the LinkedIn post. |
| disableReshare | boolean | optional | Whether resharing should be disabled for the new post. |