Current launch focus

FormChime

Form notification emails that actually tell you something.

Sends customised email notifications when a Google Form is submitted. Pick the fields, design the template, choose the recipients. Done in under a minute.

What you get

  1. Pick your fields

    Choose which form responses appear in the email notification. No more guessing which fields matter.

    Screenshot showing pick your fields
  2. Design your template

    Use placeholders like {Name} and {Email} in a rich text editor. The email looks exactly how you design it.

    Screenshot showing design your template
  3. Route to the right people

    Send different notifications to different recipients based on form answers. Sales enquiries go to sales; support tickets go to support.

    Screenshot showing route to the right people
  4. Set it and forget it

    Runs on Google's infrastructure using Apps Script triggers, with trigger checks and delivery logging built in.

    Screenshot showing set it and forget it

Who actually uses this

Scholarship coordinator

A university faculty receives 200+ scholarship applications each funding round. The coordinator used to check the responses spreadsheet every few hours and manually forward details to the review panel.

Now each panel member gets a formatted email the moment an application lands. Applicant name, programme, GPA, and personal statement excerpt pulled straight from the form fields. Reviews start in minutes, not whenever someone remembers to check the sheet.

Custom templates with field placeholders

Regional sales team

A building supplies company takes trade account enquiries through a Google Form. Queensland submissions need to go to Brisbane; Victoria and Tasmania to Melbourne.

Before, someone triaged every enquiry by hand and forwarded it to the right state manager. With conditional routing, FormChime reads the "State" dropdown and sends each enquiry directly to the right office. No one sits in the middle any more.

Conditional routing by form answer

IT help desk

Staff at a 120-person company submit IT requests through a Google Form — password resets, hardware faults, software access. The IT manager gets a clean summary email for every ticket: who submitted it, category, and description.

They get maybe 15 requests on a busy day. The free tier handles it without question. No licence needed, no approval process, just install and go.

Free tier — 50 emails/day

Common questions

Is FormChime free?

Yes. The free tier sends up to 50 notification emails a day across 3 rules, and it stays free. Premium ($29–49/year) lifts those limits and adds custom HTML templates, conditional routing, attachments, and provider integrations.

How long does FormChime take to set up?

Under a minute. Open your Google Form, launch FormChime from the Add-ons menu, pick the fields you want, design the email, and choose who receives it.

Can I send different notifications to different people?

Yes. Conditional routing reads a form answer (a state, a department, a category) and sends each response straight to the right recipient.

Why not just use the built-in Google Forms email notification?

The built-in option sends a one-line 'you have a new response' email with no field data, no formatting, and a single recipient. FormChime puts the actual answers in the email, formats them the way you design, and routes them to the right people.

Pricing

Simple, transparent pricing: a permanent free tier, and a flat yearly price for premium, with no per-seat fees, no usage meters, no surprise add-ons. The plans below are exactly what you'll pay; self-serve checkout is still being prepared for launch.

FormChime pricing plans. All prices in USD.
Plan Price Included
Free Free
  • 50 emails per day
  • 3 notification rules
  • Basic email templates
Premium $29–49/year
  • 400 emails per day
  • 15 notification rules
  • Custom HTML templates
  • CC/BCC, OR and regex conditions
  • SMS, provider webhooks, and attachments

Getting started

FormChime is the first Gallium product being prepared for Marketplace launch. This page reflects the current product direction and implementation scope while listing, billing, and final walkthrough assets are being finished.

When it is installed, you open any Google Form, click the Add-ons menu, and launch FormChime from inside the editor. No extra tab. No separate dashboard.

Three steps. That’s it:

  1. Pick your fields — tick the form fields you want in the email
  2. Write your template — use placeholders like {Name} and {Email} to pull in responses
  3. Choose recipients — enter the email addresses or set up conditional routing rules

FormChime sends the email the moment someone hits submit.

Why not just use Google’s built-in notifications?

Google Forms has a “get email notifications for new responses” toggle. It sends you a one-line email that says “New response” with a link back to the spreadsheet. No field data, no formatting, one recipient only.

That works if you’re collecting three responses a week and you’re the only person who needs to know. It falls apart the moment you need to:

The other option is writing Apps Script yourself. That works until the person who wrote it leaves, the form structure changes, or someone needs to update a recipient and can’t read JavaScript.

FormChime sits between those two extremes: more useful than the built-in toggle, less fragile than a custom script.

What is in the current build

The current implementation already covers the core notification workflow plus a premium layer for teams that need more control:

Generic arbitrary webhooks are intentionally disabled in the current deployment posture so the outbound behaviour stays narrow and reviewable.