Real World AI
Lead Generation· 10 min read

Never Miss a Lead Again: AI and n8n for Automatic Lead Capture and Follow-Up in Ireland

The average Irish trades business misses 4–6 leads per week — not because the leads don't come in, but because nobody replies fast enough. AI and n8n fix this by responding within 2 minutes, around the clock, while you're on the job.

Quick Answer

Irish small businesses can capture and automatically follow up on every lead using n8n and Claude AI. When a contact form is submitted, n8n triggers Claude to draft a personalised reply, sends it via Gmail or WhatsApp, and logs the lead to a Google Sheet — all within 2 minutes of the enquiry arriving. Setup takes one afternoon. n8n is free (self-hosted); Claude costs €22/month.

Where are Irish businesses losing leads?

Most Irish sole traders and small businesses have multiple channels where leads can arrive — website forms, Facebook DMs, missed calls, Google Business enquiries. The problem isn't that leads don't come in. The problem is response time.

Lead sourceTypical response timeLeads lost/week
Website contact form4–24 hrs2–4
Facebook DM or comment2–8 hrs1–2
Google Business messageOften never1–2
Missed call (no voicemail)Next day or never2–3

Research shows businesses that respond within 5 minutes are 21x more likely to qualify a lead than those that respond within 30 minutes. A customer who filled in your contact form at 7pm and hasn't heard back by 9am has already called three other tradespeople.

What does an automated lead system look like?

The system has four components working together:

  1. Lead capture form — a Tally.so form on your website that collects name, phone, email, and job type
  2. n8n workflow — triggered the moment the form is submitted; passes the details to Claude and sends the reply
  3. Claude AI — drafts a personalised reply based on the specific job type and customer name
  4. Google Sheets log — every lead appended automatically so nothing falls through the cracks

Total time from form submission to reply received: under 2 minutes. This runs 24 hours a day without you being involved.

Step 1 — How do you set up your contact form to trigger n8n?

Use Tally.so (free). It's the simplest form builder that supports webhooks on the free plan. Create a form with these fields: Name, Email, Phone, Job type / description.

  1. Create your Tally form at tally.so
  2. In Tally settings, go to Integrations → Webhooks
  3. In n8n, add a Webhook trigger node and copy its URL
  4. Paste the n8n webhook URL into Tally's webhook field
  5. Test by submitting your form — n8n receives the data instantly

You can also use Typeform (free tier) or a standard HTML form on your website with a POST action pointing to the n8n webhook URL.

Step 2 — How does Claude draft a personalised reply?

In n8n, add an HTTP Request node that calls the Claude API. Pass the customer's name and job description from the form submission into a prompt.

Prompt template for n8n → Claude (copy and paste)

A customer named {{name}} has just enquired about: {{job_description}}. Write a short, friendly professional reply from [Your Business Name] confirming we've received their enquiry, that we'll be in touch within 2 hours to discuss further, and thanking them for getting in touch. Tone: warm, professional, direct. Maximum 4 sentences.

Claude returns a personalised draft reply in under 5 seconds. The output includes the customer's name and references their specific job — not a generic acknowledgement.

Step 3 — How do you send the reply via Gmail or WhatsApp?

Via Gmail: Add a Gmail node in n8n, authenticate with your Google account, and send the Claude-drafted reply to the lead's email address. This uses your own Gmail account — the reply comes from your real email address.

Via WhatsApp: Connect n8n to the WhatsApp Business API using AiSensy (free tier available) or Twilio. When the lead's phone number is submitted in the form, n8n sends a WhatsApp message automatically. This requires a WhatsApp Business account — not the standard consumer app.

Most Irish sole traders start with Gmail — it's simpler to set up and reaches all leads. WhatsApp is the upgrade once your volume justifies it.

Step 4 — How do you log every lead automatically?

Add a Google Sheets node at the end of your n8n workflow. Each time a new lead arrives, n8n appends a row to your spreadsheet with: Name, Email, Phone, Job type, Source (form/Facebook/etc.), Date and time.

This replaces the mental note, the sticky note, and the "I'll follow that up later" that never happens. Every lead is logged automatically — searchable, sortable, never lost.

What tools do you need and what do they cost?

ToolPurposeCost
n8n (self-hosted)Automation workflowFree
n8n.cloudHosted version (no server needed)€20/month
Tally.soLead capture formFree
Claude ProPersonalised reply drafting€22/month
AiSensy (WhatsApp)WhatsApp API accessFree tier available
Google SheetsLead logFree

Minimum spend: €22/month (Claude Pro + free n8n self-hosted). Full setup with n8n.cloud: €42/month. Compare this to a missed job worth €500–2,000 — the system pays for itself on the first lead it captures that you would otherwise have lost.

This system pairs well with our guide on n8n for Irish small business and setting up an AI WhatsApp assistant.

Real Example — Dublin Cleaning Company

Before: 6 website enquiries per week missed because the owner didn't check forms until evenings. 3–4 of those leads had booked elsewhere by then. After setting up n8n + Claude: every form submission gets a reply within 90 seconds. Conversion rate on form enquiries went from ~35% to ~80% in the first month. Revenue impact: 4 extra jobs per month, average €150 each = €600/month from a €22/month tool.

Frequently Asked Questions

How do I automatically reply to contact form submissions in Ireland?

Connect your contact form (Tally.so or Typeform, both free) to n8n via a webhook. n8n triggers Claude to draft a personalised reply and sends it via Gmail or WhatsApp within 2 minutes. Setup takes about 2–3 hours and n8n is free to self-host.

What is n8n and how does it help with lead capture?

n8n is a free, open-source automation tool that connects your apps. For lead capture, it listens for new form submissions, triggers Claude to draft a reply, sends it via Gmail or WhatsApp, and logs the lead to Google Sheets — automatically. Self-hosted n8n is free; n8n.cloud costs €20/month.

Can I connect n8n to WhatsApp for automatic lead replies?

Yes. n8n connects to WhatsApp via the WhatsApp Business API using providers like AiSensy (free tier) or Twilio. When a lead arrives with a phone number, n8n sends a WhatsApp automatically. This requires a WhatsApp Business account — not the standard consumer app.

How much does it cost to automate lead follow-up for an Irish business?

The minimum cost is €22/month for Claude Pro. Add n8n.cloud (€20/month) if you don't want to self-host. Total: €22–42/month. Tally.so, AiSensy (free tier), and Google Sheets are all free.

What is Tally.so and is it free for Irish businesses?

Tally.so is a free form builder that supports webhooks on the free plan. You can create unlimited forms and collect unlimited submissions. It's what n8n needs to trigger an automation when a contact form is submitted.

How do I log leads automatically to a Google Sheet?

Add a Google Sheets node in n8n and configure it to append a new row for each lead — name, email, phone, job type, source, timestamp. It updates automatically with no manual input required.

How quickly can an automated lead reply be sent?

A properly configured n8n + Claude workflow sends a reply within 2 minutes — 24/7. Research shows businesses responding within 5 minutes are 21x more likely to qualify a lead than those responding within 30 minutes.

Build This Lead System Live

In the 4-Week Online Programme, you build this exact workflow live — from Tally form to Claude reply to Google Sheets log. Taught by Reza Shahrokhi, ACA, Pfizer Innovation Award winner, who has helped 100+ Irish businesses implement AI systems.

View Courses — Book Now →