Just shipped two things today.
1. n8n Integration
Notipo works as a drop-in publishing engine inside n8n.
Instead of building 50 nodes to handle Gutenberg conversion, image uploads, featured image generation, and SEO metadata — you call one HTTP Request node and Notipo handles the advanced logic.
Full editorial pipeline example: Airtable brief → AI Agent generates post → Notion page created → Notipo publishes to WordPress → Slack notifications if errors occur.
2. CLI for AI agents
The Notipo CLI is built for agentic workflows — Claude, Cursor, or any AI agent that can run terminal commands can now create posts, trigger syncs, and monitor jobs directly:
npx notipo posts create
npx notipo sync
npx notipo jobs
All output is JSON so agents can parse and act on it programmatically.