Postiz can now work with n8n to schedule all your social media posts.
You can schedule posts to: X, LinkedIn, BlueSky, Instagram, Facebook, TikTok, YouTube, Pinterest, Dribbble, Telegram, Discord, Slack, Threads, Lemmy, Reddit, Mastodon, Warpcast, Nostr and VK.
You can use our n8n-nodes-postiz from here:
https://www.npmjs.com/package/n8n-nodes-postiz
And read our docs here:
https://docs.postiz.com/public-api
Tired of your automation tools feeling like black boxes? Connecting Postiz and n8n is simpler than you think, thanks to the n8n-nodes-postiz
community node. Once installed, you can effortlessly schedule social media posts from any n8n workflow directly into your Postiz channels. This guide will walk you through setting up the integration, building your first workflow, and exploring advanced use cases to bridge the gap between your automated tasks and team communication.
Why Connect Postiz and n8n? The Power of Communicative Automation
Juggling complex workflows while keeping your team in the loop is a major challenge. The real magic of connecting Postiz and n8n lies in bridging the gap between your automated processes and your team’s real-time communication. By pairing Postiz’s streamlined messaging with n8n’s robust workflow engine, you create systems that don’t just run silently—they communicate their status, successes, and failures.
The Perfect Duo for Your Tech Stack
This combination is so effective because n8n excels at workflow automation. Its flexible trigger system allows you to initiate workflows from webhooks, schedules, or even manual inputs. When you integrate Postiz—a tool built for social scheduling.
Postiz and n8n Integration at a Glance
Component | Role in the Workflow | Primary Benefit |
---|---|---|
n8n Trigger | Initiates the automation | Starts a process based on an event (e.g., schedule, webhook). |
n8n Workflow | Executes the core logic | Performs automated tasks like data processing or API calls. |
Postiz Node | Sends the post to socials | Pushes a customized message into a specific Postiz channel. |
Social Media | Post scheduled | You can see the post on social media |
Getting Started: How to Install and Configure the Postiz Node in n8n
Let’s connect these two powerful tools. The integration is made possible by a community-built node called n8n-nodes-postiz
. This package adds a dedicated Postiz node to your n8n workspace, making it as easy to use as any native integration.
Step 1: Install the Community Node
First, you need to install the node. The process is straightforward and can be done directly from your n8n dashboard.
- Navigate to Settings > Community Nodes.
- Click the Install button.
- Search for the official package name:
n8n-nodes-postiz
. - Click Install next to the correct node.
After installation, you must restart your n8n instance for the new node to appear in your workflow editor. For version history or other details, you can always refer to the official n8n community node page.
This page is a valuable resource for confirming you have the right package and provides the installation command if you ever need a quick reference.
Step 2: Set Up Your Postiz API Credentials
With the node installed, the next critical step is authentication. Your n8n workflow needs credentials to prove it has permission to send messages through your Postiz account. This is handled using an API key from Postiz.
Follow these steps to get your key:
- Log in to your Postiz account.
- Navigate to the API Tokens section in your account settings.
- Copy the Api Key.
Security Best Practice: Treat this API key like a password. Store it securely in a password manager and never expose it in public repositories or client-side code.
Now, return to n8n. Go to the Credentials section and click Add Credential. Search for “Postiz API,” select it, and paste your key into the designated field.
Once saved, the connection is complete. Any time you add a Postiz node to a workflow, you can simply select these saved credentials from the dropdown menu. You are now ready to use Postiz with n8n and automate your team notifications.