Workflow automation · n8n Cloud
calloway.app.n8n.cloud
The production home for every TWC workflow. Cloud-hosted (non-HIPAA), with one-click OAuth for Slack and Monday.
Get access
- Sign in with your TWC Google account.
If you've never signed in before, the first attempt provisions you. Ping Avery Sinclair on Slack if your account isn't recognized.
- Find your project.
Dev Automations is the canonical owner for production workflows, everything we ship lives there. Personal exploration goes under your own user.
- Connect credentials.
Slack and Monday have one-click OAuth pre-wired at the instance level, no client ID or secret to paste. Just hit Connect on the credential and finish in the popup.
Connect n8n to Claude (MCP)
One-line installer that wires the n8n MCP server into Claude Code or Claude Desktop so you can build, edit, and audit workflows from Claude.
curl -fsSL https://is.gd/oGMt6n | bash
calloway.app.n8n.cloud.
Restart Claude Code after running it.
Apps Script projects (clasp)
If your workflow needs to push code to a Google Apps Script project (Sheets/Docs/Gmail bound), use the team's clasp wrapper.
curl -fsSL https://is.gd/JcG9hE | bash
Conventions
- Production workflows live in the Dev Automations project. Tag with the AUT Jira key if there is one.
- Credentials are owned by Dev Automations, not individuals, so tokens survive turnover.
- Webhook paths follow
/{team}/{system}/{event}. No slashes in workflow names.
Architecture
How the one-line installer wires Claude Code to n8n, and how calls flow at runtime.