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
Sign up at publer.com if you don't already have one.
- Log into your Publer account
- Go to Settings → Integrations → API
- Generate and copy your API key
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- Open n8n and create a new workflow
- Search for Publer in the node list
- Add your API key credentials
- Start building!
Before start modifying the project, we kindly recommend to run the Publer locally.
bun install n8n -gn8n --version
n8n startOpen http://localhost:5678 in your browser and configure it
bun install
bun run test
bun run build
bun linkcd ~/.n8n
mkdir -p custom
cd custom
bun init # press Enter for all questions
bun link @adaptive-ds/n8n-nodes-publern8n start