# Integrations: n8n, Make, Zapier, Airtable, Retool **Source:** https://posteverywhere.ai/integrations --- 29 endpoints · 12 webhook events · 11 platforms # Publish to social media from any automation you already run PostEverywhere is one authenticated POST away from n8n, Make, Zapier, Airtable, Retool, Bubble and Postman. No plugin to install, no marketplace to wait on. If your tool can send an HTTP request, it can [schedule a post](https://posteverywhere.ai/social-media-scheduler) across all [11 platforms](https://posteverywhere.ai/post-to-all-social-media-at-once). [Get your API key](https://app.posteverywhere.ai/signup)[Read the docs →](https://posteverywhere.ai/developers)Card required · $0 charged today · cancel any time ## The whole integration, in one request Every recipe below is the same call wearing a different tool's clothes. Point your HTTP block at this endpoint, add the header, and you are publishing. POST https://app.posteverywhere.ai/api/v1/posts`curl -X POST https://app.posteverywhere.ai/api/v1/posts \ -H "Authorization: Bearer pe_live_YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "content": "Shipped something new today.", "account_ids": [1234, 5678], "scheduled_for": "2026-09-02T09:00:00Z", "timezone": "UTC" }'`Full reference, including media upload, campaigns, bulk operations and the 12 webhook events, is on the [developers page](https://posteverywhere.ai/developers) and the [API overview](https://posteverywhere.ai/social-media-api). ## Where to put it in each tool We do not ship a native app in any of these marketplaces. Each one uses the tool's own generic HTTP block, which is why the setup is minutes and why it does not break when a marketplace listing goes stale. ### n8n HTTP Request nodeSet the method to POST, the URL to the posts endpoint, and add the Authorization header. Chain it after any trigger you already run. ### Make HTTP moduleUse "Make a request", POST, and add the Authorization header under Headers. Map the caption straight from an earlier module. ### Zapier Webhooks by ZapierChoose the Custom Request action, POST, and paste the header in. Any Zapier trigger can then publish a post. ### Airtable Run script automationA fetch() call in an automation script turns a row into a scheduled post, so a content table becomes a publishing queue. ### Retool REST API resourceAdd the base URL once as a resource with a Bearer header, and every query in the app can publish. ### Bubble API Connector pluginAdd the endpoint as an API call with a Bearer header, then trigger it from any workflow. ### Postman CollectionSet the Bearer token at collection level and every request inherits it, which is the fastest way to try the API before writing code. ## Rather not write the request at all? Our hosted [MCP server](https://posteverywhere.ai/mcp) gives Claude, ChatGPT, Grok, Cursor and Claude Code 33 tools from a single URL, with no code and nothing to install. Each client and its prerequisite is on the [connectors page](https://posteverywhere.ai/connectors), and the full agent surface is on the [agents page](https://posteverywhere.ai/agents). Teams that connect an agent convert at 45.5% against 7.5% for teams that never do, so it is worth the ten minutes. ## Included on every paid plan from $9/mo No separate developer tier and no enterprise call. One key covers the REST API, the SDK and the MCP server. See [pricing](https://posteverywhere.ai/pricing) for what each plan includes. [Get your API key](https://app.posteverywhere.ai/signup) ## Integrations FAQ ### Does PostEverywhere have a native Zapier or n8n app? Not today. Every integration on this page uses the tool own generic HTTP block against our REST API, which works in all of them and needs nothing installed. It is one POST request with a Bearer header, so the setup is a few minutes rather than a project. ### What do I need to start? An API key from your PostEverywhere account and at least one connected social account. The same key works for the REST API, the SDK and the hosted MCP server, and it is on every paid plan from $9 a month with no separate developer tier. ### Which endpoint publishes a post? POST to https://app.posteverywhere.ai/api/v1/posts with an Authorization Bearer header. There are 29 endpoints in total covering scheduling, media upload, campaigns, analytics and account health, plus 12 webhook events so you can react to a publish rather than poll for it. ### Can I use this with an AI agent instead? Yes, and for most people that is easier. Our hosted Model Context Protocol server exposes 33 tools to Claude, ChatGPT, Grok, Cursor and Claude Code with one URL and no code at all. The connectors page covers each client and its prerequisite. ### Which platforms can I publish to? All eleven: Instagram, TikTok, YouTube, X, Facebook, LinkedIn, Threads, Pinterest, Bluesky, Telegram and Discord. Every one goes out through the platform official API. ### How do I know a post actually published? Subscribe to the webhook events rather than polling. There are 12 of them covering publish success, failure and account health, so your automation can retry or alert without asking us every minute.