Auto-Reply to Google Forms Submissions Instantly via Brevo
When someone submits your Google Forms, this sends a personalised acknowledgement through Brevo within seconds — so every enquirer gets an instant, professional "we've received this" instead of silence.
- 1
Step 1 — Receive the submission
Add a
Webhookconnected to Google Forms (or its native integration) so each submission triggers the flow. - 2
Step 2 — Grab name + email
Add a
Setnode mapping the submitter'snameandemailfrom the payload. - 3
Step 3 — Send the reply via Brevo
Add a
Brevonode addressed to{{ $json.email }}with a warm, on-brand acknowledgement personalised with{{ $json.name }}and a note on your response time.
Frequently asked questions
Can I route by enquiry type?
Yes — capture the topic field and add an `If`/`Switch` before Step 3 to send tailored copy (sales vs support vs careers).
Will it look automated?
Only if you let it. Write the Brevo copy like a real person would, use the submitter's name, and set honest expectations — it reads as attentive, not robotic.