Post with Make
Make (formerly Integromat) can publish to every social network through PostLake with the generic HTTP module — no dedicated app required. Build a scenario that turns any trigger into a post everywhere.
Get started free →No card for the free tier · one API for every network · full MCP access
Prefer no code at all? Connect PostLake's hosted MCP server to your AI assistant (Claude, ChatGPT, Cursor and others) and just ask it to post. It authorizes over OAuth — no key to paste. See the MCP guide.
https://api.postlake.dev/v1/posts.Authorization = Bearer YOUR_API_KEY.{ "text": "Hello from Make", "platforms": ["bluesky", "linkedin"], "profile": "my-brand" }.scheduledAt to schedule; PostLake fires it at the set time.List the platforms in one request and PostLake posts to all of them, returning a single normalised shape — your code never branches per platform.
PostLake manages each network's developer app and OAuth for you — nothing to register or get reviewed yourself.
Idempotency keys mean a retry never double-posts, and analytics come back normalised so an agent can decide what to post next.
A free tier to start, then usage-based credits — one per post. You only pay for posts that actually publish.
Use Make's HTTP 'Make a request' module: POST to https://api.postlake.dev/v1/posts with an Authorization: Bearer header and a raw JSON body of your text and platforms. PostLake handles every network, so one module posts everywhere.
You don't need one — the generic HTTP module is all it takes, because PostLake exposes a single REST endpoint for every network.
Yes — add a scheduledAt timestamp to the JSON body, or use Make's own scheduling to run the scenario when you want.
Python · Node.js · n8n · Zapier · LangChain · All guides · Full docs
One API and MCP server for every major network. Free to start.
Get started free →