Skip to main content
Automate Postsiva with the official n8n-nodes-postsiva-official community package — no manual HTTP wiring for standard workflows.
Requires Pro plan with api_keys_enabled. AI generation nodes also need Workspace ID in the credential.

Three ways to integrate


Install community nodes

n8n Cloud or self-hosted UI

  1. Open Settings → Community nodes → Install
  2. Enter package name: n8n-nodes-postsiva-official
  3. Confirm install and restart n8n if prompted

Verify install

Search the node palette for Postsiva. You should see 43 nodes grouped by area (Posting, Account, Media, etc.).
Package: npm n8n-nodes-postsiva-official · Source: postsiva/n8n-nodes-postsiva on GitHub

Credentials

Create a Postsiva API credential once and reuse across all Postsiva nodes.
Never embed API keys in workflow JSON you share publicly. Use n8n’s credential store.
Test the credential — it calls GET /unified/oauth/token to verify the key.

Node catalog (43)

Posting (9)

Per-platform nodes with Post Type selector (text · image · video · carousel). Unsupported types are hidden per platform. Shared posting fields: Caption, media source (URL · Postsiva media ID · binary), schedule, save as draft. Page and board dropdowns load from Get User Profile (GET /unified/user-profiles/).

Account (4)

Media (3)

Scheduled queue (4)

Drafts (3)

Content (2)

Inbox & analytics (5)

Requires Inbox plan feature for comment nodes.

AI generation (4) — does not publish

Set Workspace ID in the credential. Consumes AI credits. Chain output into a Post to … node when ready to publish. See AI Content API.

AI Watcher (7)

See AI Watcher API.

Brand persona (2)


Example workflows (community nodes)

Workflow 1: RSS → LinkedIn post

Workflow 2: Google Sheet → scheduled posts

Map columns to node fields: Caption, Scheduled Time, Platform, Post Type.

Workflow 3: Upload image then post to Instagram

Workflow 4: AI idea → draft → review → publish

Workflow 5: Poll failed scheduled posts

Workflow 6: Connect Bluesky

Store Bluesky app password in n8n credentials — not in plain workflow fields.

Workflow 7: Enable AI Watcher on new LinkedIn post


HTTP Request fallback

Use raw HTTP Request nodes when you need endpoints not covered by a community node, or for debugging.

Authentication

Set Content-Type: application/json on POST/PATCH nodes.

Base URL

Quick reference

Full API reference: REST overview. Copy-paste examples: cURL recipes.

MCP alternative

For AI-driven workflows where the agent picks tools dynamically, connect Postsiva MCP: See Postsiva MCP in n8n and Connect to MCP.
Agent Chat (POST /workspace-agent/website/chat) is not included in community nodes — use the web app, WhatsApp agent, or MCP for conversational flows.

Error handling

All Postsiva nodes support Continue On Fail. Add an Error Trigger workflow for global alerts. See HTTP errors and Postsiva errors.

Integrations overview

All integration options

REST API

Full endpoint reference

MCP in n8n

AI Agent + MCP setup

cURL recipes

Copy-paste HTTP examples