ads
LinkedIn Ads integration
Promote posts and run campaigns on LinkedIn's Marketing API.
Overview
Boost organic LinkedIn posts to sponsored content or build full campaigns through the same endpoint shape as every other ad network.
Quick start
blazto.tsTypeScript
import { Blazto } from "@blazto/node";
const blazto = new Blazto(process.env.BLAZTO_API_KEY);
// Promote any organic post to a paid LinkedIn campaign
await blazto.ads.boost({
platform: "linkedin",
postId: "post_01H...",
budget: { daily: 50, currency: "USD" },
duration: 7,
});What you can do
- ✓Boost organic LinkedIn posts
- ✓Create sponsored content campaigns
- ✓Read spend, CTR, and lead-form fills
Key endpoints
POST
Promote a LinkedIn post./ads/boostBuilt for
B2B ops
Trigger LinkedIn ads from CRM events.
Related integrations
Ship the LinkedIn Ads integration today
One API key, one SDK, every platform you need.
Start for free