This directory contains the backend triggers, database schemas, n8n webhook workflows, and integration scripts for B.F.O Property Maintenance.
- π
n8n_workflows/- JSON backup files of active n8n webhook routing flows. - π
supabase_migrations/- SQL migration scripts and database schemas for leads/audit tables. - π
whatsapp_triggers/- WhatsApp API payload scripts (e.g. Z-API notifications). - π
credentials/- Git-ignored environment configs and private backend tokens.
- Initialize Git:
git init git remote add origin https://github.com/frsbrasil/BFO_Automations.git
- Backup Active Workflows:
Export active flows from n8n as JSON and save them under
n8n_workflows/. - Backup Database Schemas:
Dump active table structures from your Supabase instance into
supabase_migrations/schema.sql.