First 200 users get the Growth plan for $19/mo.

Claim
Browse the docs

Platforms

LinkedIn

LinkedIn over the overads API: status, connection, limits, media rules and platformSettings keys.

Status: Live. Posts created over the API deliver to this channel today.

Publishes today to member profiles and organisation pages.

Connecting

OAuth through LinkedIn, in the app.

Once connected the account appears in GET /connections with platform: "linkedin". Use its id in connectionIds.

Limits

Characters3,000
API idlinkedin
  • Up to 9 images, or 1 video up to 500 MB and 30 minutes.
  • Media is optional.

Limits are checked when the post is created or edited, so an over-limit post is refused then with a sentence naming the cap, not at the scheduled minute. A video over the channel's size cap is MEDIA_TOO_LARGE; over its duration cap is MEDIA_TOO_LONG.

Settings

Pass these under platformSettings.linkedin. Every key is optional. An unknown key is refused with PLATFORM_SETTING_UNKNOWN and the dotted path of the key.

KeyValueMeaning
visibilityPUBLIC or CONNECTIONSWho can see the post
platformSettingsjson
{ "linkedin": { "visibility": "PUBLIC" } }