n8n-nodes-postzee
v0.3.5
Published
Postzee integration for n8n - The ultimate social media scheduling automation
Maintainers
Readme
n8n-nodes-postzee
This is an n8n community node that allows you to use Postzee in your n8n workflows.
Postzee is a powerful social media scheduling and automation platform that allows you to efficiently manage your social media accounts.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Quick Installation
- Go to Settings in your n8n instance
- Click on Community Nodes
- Click on Install
- Enter
n8n-nodes-postzeein the npm Package Name field - Click Install

Manual Installation (without Docker)
Go to your n8n installation directory (usually ~/.n8n):
cd ~/.n8n/custom
npm install n8n-nodes-postzeeInstallation with Docker
Create a folder for custom nodes and install the package:
mkdir -p ~/n8n-custom-nodes
cd ~/n8n-custom-nodes
npm init -y
npm install n8n-nodes-postzeeThen mount the folder when running n8n:
docker run -it --rm \
--name n8n \
-p 5678:5678 \
-e N8N_CUSTOM_EXTENSIONS="~/n8n-custom-nodes" \
-v ~/.n8n:/home/node/.n8n \
n8nio/n8nOperations
The Postzee node supports the following operations:
- Create Post - Schedule posts to your social media accounts
- Delete Post - Delete a scheduled or published post
- Get Channels - Get a list of connected social media channels
- Get Posts - Get a list of your scheduled/published posts
- Upload File - Upload media files to use in your posts
Credentials
You need to obtain an API key from your Postzee account:
- Log in to your Postzee account
- Go to Settings → API Keys
- Generate a new API key
- Copy and paste it into the n8n credential configuration
Compatibility
- Requires n8n version 0.199.0 or higher
- Node.js 20.15 or higher
Resources
Support
For issues or questions:
- Create an issue in this repository
- Contact Postzee support at [email protected]
- Visit our documentation at https://docs.postzee.app
