automations

Automations I build

Three systems that report, recover, and respond — so the business runs while you don't watch it. Each one is built in n8n, wired end to end, and quietly working in the background.

01 — reports

Weekly Analytics Report

A formatted dashboard in your inbox every Monday, no manual pulling.

Pulls the week's store data on a schedule, computes week-over-week and month-over-month deltas — revenue, orders, AOV, conversion — renders an HTML dashboard with charts, and delivers it. You start the week already knowing what moved.

n8nSchedule triggerChart.jsHTML report
flow · weekly_report
Scheduleevery Mon Fetch storedata ComputeWoW · MoM Renderdashboard Sendreport
02 — recovery

Abandoned Cart Recovery

Recovered revenue from carts that would've been lost.

Fires when a cart is abandoned, waits a set window, checks whether the order completed, and if not sends a personalized nudge — then a second reminder with an incentive. Stops the moment the customer converts.

n8nWebhookWait / branch logicEmail
flow · cart_recovery
Cart abandonedwebhook Wait 1h Purchased? Stop ✓converted Email nudge Wait Purchased? Stop ✓converted Reminder+ discount yes no yes no
03 — response

Instant Lead Reply Bot

Sub-minute reply to every inbound lead. No lead goes cold.

Triggers on an inbound lead, classifies intent, drafts a contextual reply with an LLM, sends it within seconds, logs the lead to a sheet or CRM, and notifies you. The lead gets a fast, human-quality answer while you're doing something else.

n8nInbound triggerLLMCRM log
flow · lead_reply
New leadform · email Classifyintent LLM draftsreply Send reply Log to CRM Notify me

Want one of these running for you?

Tell me what's eating your time — reporting, recovery, or response — and I'll map the automation and build the pipeline. I reply within a day.