← AutomateFlow

Reply to website form leads instantly with a Make.com webhook

Most service businesses lose leads because the reply comes too late — the prospect has already called the next name on the list. This closes the gap to seconds: the moment someone submits your form, they see your real booking link, and you get pinged on Telegram. No phone system, no paid SMS.

What you'll build

A three-step Make.com scenario:

  1. Webhook receives the form submission (name, service, phone).
  2. Webhook response sends back a personalized message with your scheduling link, shown to the visitor immediately.
  3. Telegram alerts you with the full lead details.

Before you start

Steps

  1. Make.com: Scenarios → Create a new scenario.
  2. Add Webhooks → Custom webhook. Click Add, name it, and copy the URL Make gives you.
  3. Point your form at that URL. Make it send three fields — name, service, phone. (Rename your form fields to match, or note whatever names your tool sends and use those in the next steps.)
  4. Submit the form once so Make can "learn" the data structure, then click Determine data structure → it captures the fields.
  5. Add Webhooks → Webhook response. In Body, write the visitor-facing message, e.g.: Thanks {{1.name}}! Book your slot here: https://calendly.com/your-handle — we'll also text you shortly.
  6. Add Telegram Bot → Send a Text Message. Connect your bot, set Chat ID to your own, and set Text to New lead: {{1.name}} — {{1.service}} — {{1.phone}}.
  7. Save and toggle the scenario ON.

Common snags

This same three-module engine is what powers the niche versions below — pre-built and priced per niche, so buy whichever matches your business:

Realtor version — ready-made blueprint ($39).
Captures the property, replies with your scheduling link, pings you on Telegram.
Beauty Salon version — ready-made blueprint ($39).
Captures the service requested, replies with your booking link, pings you on Telegram.
← All AutomateFlow templates