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.
- n8nPublish, schedule and reply from n8n workflows, cloud or self-hosted.HTTP today · app coming soon
- MakeBuild visual scenarios that publish, schedule and follow up on posts.HTTP today · app coming soon
- ZapierTurn events in the apps you already use in Zapier into posts on 10 networks.HTTP today · app coming soon
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?
- Self-host your workflows, or mix them with AI agent stepsn8n →
- Build visual scenarios with routers, filters and iteratorsMake →
- Turn events in apps you already use into posts, with the least setupZapier →
- Let Claude, Cursor or VS Code publish and reply for you, with your go-aheadMCP server →
- Have a coding agent write code against the API correctlyAgent Skill →
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.
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.