Integration options
Base URL
http://localhost:8000
Authentication
All integrations use the same workspace API key:Authorization: Bearer psk_live_YOUR_KEY
API keys require the Pro plan (
api_keys_enabled). MCP requires Pro with mcp_enabled.Common workflows
Idempotency and errors
- Multi-platform posts return per-platform results — partial success is normal
- Check
errorfield in response items (NOT_CONNECTED, validation errors) - HTTP status reflects request-level issues; platform errors are in the body
Rate limits
API keys may hit rate limits under heavy use. Response includes rate limit details when exceeded.Choose your integration
n8n
Official community nodes (43) — posting, schedule, inbox, AI, watcher.
Zapier
Webhooks + Code steps pattern for no-code automations.
Make.com
HTTP modules + scenarios against the same REST API.
cURL
Copy-paste recipes for common operations.
Claude
Claude.ai OAuth on
/web/mcp · Claude Code API key on /mcp.Chrome extension
LinkedIn side-panel repost + AI.
Workspace agent over WhatsApp (Pro).
MCP
Connect Cursor and other MCP clients.
Webhooks (incoming)
Postsiva does not push outbound webhooks for post status today. PollGET /unified/scheduled-posts or GET /unified/posts from your automation on a schedule, or use n8n/Zapier timers.
Facebook and Instagram comment webhooks are handled server-side for inbox features — not user-configurable outbound hooks.