Simulation — shows exactly what the workflow does with a sample lead

Client Intake Autopilot — n8n workflow simulation

This page replays the exact node logic shipped in client-intake-autopilot.n8n.json: webhook → validation & dedupe → CRM upsert → contract email → Slack alert → 3-day reminder. Nothing here calls a network — every transformation below is computed in-page with the same rules the workflow uses.

active nodecompleted
true false Intake Webhook Validate &Normalise Lead Valid Lead? Respond 200 Route by CRM HubSpot:Upsert Contact Respond 400 Airtable: Upsert(alt branch) Send ContractEmail Slack: NewClient Alert Wait 3 Days Send ReminderEmail Slack: LogReminder

Execution log — the data at every step

Simulation of the importable workflow sold with this listing. In the real product the credentials (HubSpot / Airtable, SMTP, Slack) are yours, the reminder delay is configurable, and invalid leads never touch your CRM.