n8n Node for Social Media: One Node, 8 Networks
Install n8n-nodes-posta and every social network becomes a typed node in your n8n workflows. LinkedIn, TikTok, Instagram, YouTube, Pinterest, Facebook, Bluesky, Threads — one auth, every channel. Open source, free, and on the official npm registry.
Install in 60 seconds
On self-hosted n8n, add the community node from settings and restart. On n8n Cloud, community nodes are available from the Pro plan upward. Then create a Posta credential with your API token.
# Self-hosted n8n
Settings → Community Nodes → Install
npm package: n8n-nodes-posta
→ Save → restart n8n
# Then add a Posta credential
Credentials → Add → Posta
API token: posta_xxx (get one at /app/settings/api)Operations the node exposes
Ready-to-fork workflows
Each is an export-ready n8n JSON with the node chain, setup time, and required credentials documented. Fork, swap your accounts in, run.
Example workflow
A minimal n8n workflow that watches an RSS feed, drafts a LinkedIn caption with OpenAI, and schedules it through Posta:
RSS Trigger → new blog post detected
└─ OpenAI → "Draft a LinkedIn caption from this excerpt"
└─ Posta (operation: Create Post)
account: LinkedIn
caption: ={{$json.caption}}
mediaUrl: ={{$json.image}}
scheduleFor: tomorrow 9am CETWhy a typed node?
Frequently asked questions
n8n-nodes-posta is an official community node that turns every Posta API endpoint into a typed, drag-and-drop n8n node. Drop it into a workflow alongside your other n8n nodes — RSS, OpenAI, HTTP, Schedule — and post to eight social networks without writing HTTP requests. Source on GitHub; package on npm. n8n-nodes-posta, restart. n8n Cloud: community nodes are available on the Pro plan. Add a Posta credential with your API token and the node appears in the picker. Explore more
Make Posta a node in your n8n workflows
Install the community node, fork a template, ship a workflow. 14-day free trial.