Automation & Workflow Engineering
Connect the tools. Remove the manual checks.
I design and build automation workflows that connect SaaS tools, CRMs, forms, and internal systems to reduce manual work and scale operations.
Use cases
Automation that lands impact fast
Common flows I build and harden so data stays consistent across your stack.
Lead capture → CRM → notification
Booking → document generation → CRM sync
Payment → invoice → accounting sync
Form submission → task creation → Slack alert
Real-world n8n flows
Production pipelines built with n8n
These flows were built for a LegalTech firm (NDA). Included to show the depth and complexity of automation work — no company name or identifying details.
Document Generation Pipeline
SurveyJS form submission triggers an n8n workflow that pulls dynamic form data from Supabase, merges it with file metadata, generates a document, and delivers it to the user's email.
Trigger
SurveyJS Form
Storage
Supabase
Orchestrator
n8n
Action
Doc Generator
Output
Email Delivery
Lead Generation from Bulk Data Uploads
n8n watches a Google Drive folder for new zip file uploads. On detection, it triggers a custom Node/Express backend that extracts and transforms the raw data into structured leads, then archives the file as a completion signal.
Trigger
Zip Upload
Watch
Google Drive
Orchestrator
n8n
Transform
Node / Express
Output
Leads + Archive
Reliability focus
Automations built like production software
Automations are built with validation, error handling, retries, and monitoring in mind.
Input validation and schema checks before actions run.
Retries with backoff for flaky third parties.
Alerting and run logs so failures are visible.
Versioned workflows with rollbacks and tests.