You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@postiz/n8n

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postiz/n8n

The ultimate social media scheduling tool

Source
npmnpm
Version
0.1.5
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Postiz N8N custom node

This is the N8N custom node for Postiz.

Installation (non-docker)

Go to your n8n installation usually located at ~/.n8n. Check if you have the custom folder, if not create it and create a new package.json file inside.

mkdir -p ~/.n8n/custom
npm init -y

Then install the Postiz node package:

npm install @postiz/n8n

For docker users

Create a new folder on your host machine, for example ~/n8n-custom-nodes, and create a new package.json file inside:

mkdir -p ~/n8n-custom-nodes
npm init -y

install the Postiz node package:

npm install @postiz/n8n

When you run the n8n docker container, mount the custom nodes folder to the container: Add the following environment variable to your docker run command:

N8N_CUSTOM_EXTENSIONS="~/n8n-custom-nodes"

Alternatively, you can use the SDK with curl, check the Postiz API documentation for more information.

Keywords

social media

FAQs

Package last updated on 09 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts