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
- ✓Publish to profiles, pages, and Showcase pages
- ✓Upload native documents and videos
- ✓Read impressions, reactions, and click-through
- ✓Manage admin permissions per page
Key endpoints
POST
Publish to any authorized LinkedIn surface./postsGET
Post performance and follower stats./analytics/linkedinBuilt 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