n8n-nodes-postsiva-official
v0.2.13
Published
n8n community nodes for Postsiva — post, schedule, AI content, inbox, and AI Watcher via workspace API keys.
Maintainers
Readme
n8n-nodes-postsiva-official
Official n8n community nodes for Postsiva — multi-platform social posting, scheduling, AI content, inbox, and AI Watcher.
Requirements
- n8n 1.0+
- Postsiva Pro plan with workspace API key (
psk_live_…)
Installation
n8n Cloud / self-hosted UI
- Settings → Community nodes → Install
- Enter:
n8n-nodes-postsiva-official
Manual (dev)
cd n8n-nodes-postsiva
npm install --ignore-scripts # use Node 20–22 for full install if isolated-vm fails
npm run build
npm run lint
npm run dev # local n8n on http://localhost:5678Credentials
Create Postsiva API credential:
| Field | Value |
|-------|-------|
| API Key | psk_live_… from Postsiva workspace settings |
| Base URL | https://backend.postsiva.com (default) |
| Workspace ID | UUID — required for AI nodes |
Nodes (v0.2.0 — full catalog)
All 43 nodes + Postsiva API credential. Groups: Posting (9), Account (4), Media (3), Scheduled (4), Drafts (3), Content (2), Inbox & Analytics (5), AI Generation (4), AI Watcher (7), Brand Persona (2).
Publish to npm
- Create npm account + package
n8n-nodes-postsiva-official - Configure GitHub Trusted Publishing (OIDC) on npm — see
.github/workflows/publish.yml - Push repo to GitHub
- Run locally:
npm run lint
npm run build
npm run release # bumps version, tags, pushes → CI publishes- Submit to n8n Creator Portal for verified listing
Docs
License
MIT
