Auto-emails each customer a review request N days after their job — managed from a secure admin page.
Add customers (name, email, job date) from a hosted, password-protected admin page. A daily cron emails each one a review request the configured number of days after their job, then marks them sent so they are never asked twice. No spreadsheet editing.
A background job on a daily trigger — no surface to visit.
Connect Google, configure, and spin it up — it lives in your Drive. No servers, no subscription.
What lands in your Google account
A Drive folder
Holds this app — yours to browse, share, or delete.
A Google Sheet
The app’s database — rows you own.
An Apps Script web app
Deployed as you — a URL plus a daily trigger.
What you configure
- Review link *
- Days after the job to ask
- Business name *
- Message intro (optional)
- Sender name (optional)
Permissions
Beyond its own Sheet, this app requests script.send_mail, script.external_request. You authorize the script once, after it deploys into your account.