← Integrations

social

LinkedIn integration

Post to personal profiles, company pages, and Showcase pages.

Overview

One endpoint to publish text, image, document, and video posts to any LinkedIn surface the user has authorized. Pulls post analytics and follower demographics through the Marketing API.

Quick start

blazto.tsTypeScript
import { Blazto } from "@blazto/node";
const blazto = new Blazto(process.env.BLAZTO_API_KEY);

// Connect a LinkedIn account through hosted OAuth
const { url } = await blazto.accounts.connect({ platform: "linkedin" });

// Publish from your app
await blazto.posts.create({
  text: "Shipping today.",
  platforms: ["linkedin"],
});

What you can do

Key endpoints

POST/posts
Publish to any authorized LinkedIn surface.
GET/analytics/linkedin
Post performance and follower stats.

Built for

B2B marketing tools

Schedule thought-leadership content for an entire team.

Employee advocacy

Distribute approved posts across staff profiles.

Related integrations

Ship the LinkedIn integration today

One API key, one SDK, every platform you need.

Start for free