This repository stores WiseInvest's production n8n automation workflows as JSON exports under the /n8n-workflows directory, plus supporting agent configuration.
The OpenWiki documentation focuses on:
- What each n8n workflow does (purpose and external systems)
- How workflows are triggered (schedule, webhook, manual)
- How workflows connect to each other and to external services
- Where to start when changing or adding workflows
/n8n-workflows/ — All exported n8n workflows as JSON definitions
/openwiki/ — Generated documentation (this wiki)
- Root docs:
README.md, AGENTS.md, CLAUDE.md — high-level and agent configuration notes
The main catalog of workflows lives in Workflows Overview.
That page describes, for each workflow:
- Purpose and business value
- Trigger type and entrypoint
- External services and credentials
- Relationships to other workflows in this repo
- Deeper per-node documentation for complex workflows (AI tweet generation, multi-channel dispatchers).
- Environment-specific deployment and promotion process for n8n workflows (dev/stage/prod).