Actually Works · Episode 10
29 / 38Most leads go cold before anyone even replies.
By the time a person notices a new lead, it's often already gone cold. An n8n agent replies in under a minute — but only the safe part is automatic. The rest becomes a draft.
The exact clicks
- In n8n, connect your lead-intake trigger (a form submission, a new CRM record, a webhook) directly into an AI Agent node that drafts the reply.
- Right after the Agent, add an IF node (n8n's branching block — search "If" in the node panel) that checks whether the reply is a safe acknowledgment ("thanks, someone will follow up") or something needing a real decision (a price, a yes/no, a specific answer).
- Wire the "safe" branch straight into a Send Email node — this one goes out automatically, with no review.
- Wire the "needs judgment" branch into a Create Draft step instead of Send — same fix as episode 9.
- Have a real person check that drafts folder on a schedule — a draft nobody reads is the same as no reply at all.
- Test it with two example leads: one where a plain acknowledgment is genuinely enough, one where it clearly isn't — confirm each one takes the branch it should.
What changes
- Response time drops from however long a human takes to notice, to under a minute, day or night.
- Not every reply is safe to automate — splitting by what's safe versus what needs judgment is the actual mechanism, not "automate everything."
What it will not do
- This only helps if the split is actually correct — auto-sending something that needed a real decision is worse than a slow reply.
- A draft nobody reviews is the same as no reply at all — the human step still has to happen.
Get the next one
One AI setup a week, straight to your inbox.