Settings Schema
When creating a post for LinkedIn (profile or page), use the following settings schema:
Use __type: "linkedin" for personal profiles and __type: "linkedin-page" for company pages. Both use the same settings schema.
Fields
| Field | Type | Required | Description |
|---|
__type | string | Yes | linkedin or linkedin-page |
post_as_images_carousel | boolean | No | Display multiple images as a carousel |
carousel_name | string | No | Name for the carousel document |
post_as_images_carousel
When set to true and you have multiple images, they will be displayed as a swipeable carousel instead of a collage.
| Value | Description |
|---|
true | Images displayed as carousel |
false | Images displayed as collage (default) |
carousel_name
Optional name for the carousel document. Only used when post_as_images_carousel is true.
Complete Example
Text Post
Carousel Post
Company Page Post