Skip to content
postpeg

Integrations

Post from the tools you already use

Every integration calls the same API, so an n8n workflow, a Make scenario, a Zap and an AI assistant all publish to the same ten networks with the same rules, statuses and errors. One key covers all of them.

No-code

Workflows and automations

Each guide sets up the platform’s own HTTP step, field by field. The native apps are built and coming soon; the HTTP route works today on the same endpoints.

AI agents

Assistants and coding agents

A hosted MCP server gives Claude, Cursor and VS Code tools to check, publish and schedule posts, read analytics and answer comments. The Agent Skill teaches coding agents the API.

Which one should I use?

Anything else that sends HTTP

Pipedream, Activepieces, Google Apps Script, a cron job: if it can send a request with a header and a JSON body, it can publish. This is the whole call; the integrations docs cover retries and limits.

Publish a post
curl https://api.postpeg.com/v1/posts \
  -H "Authorization: Bearer $POSTPEG_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: blog-builds-2026-10" \
  -d '{
    "account_ids": [
      "acc_mfz1x0k27d4q8vbn3c5s0a1p9e",
      "acc_mfz1y4r9h2c6t0wqk8e3m7ld5f"
    ],
    "content": "New on the blog: how we cut build times in half https://example.com/blog/builds"
  }'

Questions

Are the native n8n, Make and Zapier apps available?
Not yet. They’re built and waiting to be published. Every guide here uses the platform’s own HTTP step instead, which reaches every endpoint today and keeps working after the apps ship.
Do integrations cost extra?
No. Every integration calls the same API with your key, under your plan. Publishing, analytics, comments and DMs are unlimited on every paid plan; you pay for connected accounts.
Can an AI agent publish without me?
The MCP server marks publishing, replying and sending as public actions and tells the assistant to show you what will be sent and get your go-ahead first. Good clients also ask before each tool runs.

Send your first post in a few minutes

The 7-day trial has every feature and 3 connected accounts, with no card. The quickstart takes you from a key to a published post.