Actually Works · Episode 10

29 / 38

Most 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.

Watch on YouTube instead

The exact clicks

  1. 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.
  2. 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).
  3. Wire the "safe" branch straight into a Send Email node — this one goes out automatically, with no review.
  4. Wire the "needs judgment" branch into a Create Draft step instead of Send — same fix as episode 9.
  5. Have a real person check that drafts folder on a schedule — a draft nobody reads is the same as no reply at all.
  6. 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.

Also buildingAgently— the catalog for AI agents