AIBC · Week 3
Week 3 – Automation with n8n
Workflows and glue logic
Focus for this week
Turn individual actions into automated pipelines using triggers, branches, and error handling.
Skills & concepts
- • Setting up an n8n instance (cloud or self-hosted)
- • HTTP, webhook, and schedule triggers
- • Connecting to Supabase and GPT from n8n
- • Basic branching and error handling
Weekly deliverable
An n8n workflow that runs on a schedule or webhook, calls GPT, writes to Supabase, and sends a notification.