n8n (Personal Workflow Automation)
plannedWorkspace
mnx
Created
2026-03-25
Updated
2026-03-25
Content
## Purpose
Personal workflow automation connecting external APIs — Notion, Gmail, Telegram, etc. User builds workflows visually, Jarvis triggers via REST API.
## Architecture
- Node.js with SQLite (no Postgres needed for personal use)
- RAM: ~200 MB idle
- Web UI for visual workflow building
- Behind CF Access for security
## Scope
- Notion webhooks → local data sync
- Gmail → task creation / filtering
- API-to-API orchestration
- Multi-service workflows
## Separation from OTF n8n
| Instance | Location | Purpose | Owner |
|----------|----------|---------|-------|
| n8n-cc-web | cc-web | Personal automation | Mike (Jarvis triggers via API) |
| n8n-optimified | Railway | Business/client workflows | OTF team |