Post with Make

Post to social media
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

The fastest way: ask your agent

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.

Step by step

  1. Create a PostLake API key (Settings → API Keys) and connect your accounts under a profile.
  2. In Make, add the HTTP → Make a request module.
  3. Set the method to POST and the URL to https://api.postlake.dev/v1/posts.
  4. Add a header Authorization = Bearer YOUR_API_KEY.
  5. Set the body type to Raw, content type JSON, and paste { "text": "Hello from Make", "platforms": ["bluesky", "linkedin"], "profile": "my-brand" }.
  6. Connect it after any trigger module and run the scenario — the response holds the post id and live URLs.

Good to know

Why PostLake

One call, every network

List the platforms in one request and PostLake posts to all of them, returning a single normalised shape — your code never branches per platform.

No app setup

PostLake manages each network's developer app and OAuth for you — nothing to register or get reviewed yourself.

Agent-safe

Idempotency keys mean a retry never double-posts, and analytics come back normalised so an agent can decide what to post next.

Honest pricing

A free tier to start, then usage-based credits — one per post. You only pay for posts that actually publish.

Common questions

How do I post to social media with Make?

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.

Is there a PostLake app in Make?

You don't need one — the generic HTTP module is all it takes, because PostLake exposes a single REST endpoint for every network.

Can I schedule posts from a Make scenario?

Yes — add a scheduledAt timestamp to the JSON body, or use Make's own scheduling to run the scenario when you want.

More guides

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 →