Package Information
Downloads: 36 weekly / 1,370 monthly
Latest Version: 1.1.16
Author: David Siewert
Available Nodes
Documentation
@adaptive-ds/n8n-nodes-publer
Have a Publer account?
Build powerful automations directly in n8n - no API calls to manage, no authentication headaches, just drag-and-drop workflows with n8n.
This custom n8n node wraps the Publer API, giving you native access to schedule posts, manage profiles, analyze performance, and more - all from within your n8n workflows.
Quick Links
- code - https://github.com/david1gp/n8n-nodes-publer
- bun - https://www.npmjs.com/package/@adaptive-ds/n8n-nodes-publer
- publer docs - https://publer.com/docs
- publer postman - https://www.postman.com/aerospace-architect-98610700/publer/collection/dolndsh/publer-api
Getting Started
1. Create a Publer Account
Sign up at publer.com if you don't already have one.
2. Get Your API Key
- Log into your Publer account
- Go to Settings → Integrations → API
- Generate and copy your API key
3. Install the Community Node
In n8n:
- Go to Settings → Community Nodes
- Click Install
- Enter:
@adaptive-ds/n8n-nodes-publer
Or install locally:
bun install
bun run build
cd ~/.n8n
mkdir -p custom && cd custom
bun init
bun link @adaptive-ds/n8n-nodes-publer
4. Create Your First Workflow
- Open n8n and create a new workflow
- Search for Publer in the node list
- Add your API key credentials
- Start building!
Run Publer n8n node locally (Development)
Before start modifying the project, we kindly recommend
to run the Publer locally.
Install n8n
bun install n8n -g
Start n8n
n8n --version
n8n start
Open http://localhost:5678 in your browser and configure it
Build and link the project
bun install
bun run test
bun run build
bun link
Add node to n8n
cd ~/.n8n
mkdir -p custom
cd custom
bun init # press Enter for all questions
bun link @adaptive-ds/n8n-nodes-publer
Start n8n again
n8n start