Why AutoMail Pro Exists
Cart cha‑ching is a dopamine hit—until you remember you still need to draft the “Thanks for buying!” email and attach the file. I got tired of that hamster wheel, so I built AutoMail Pro. It fires the right email—subscription welcome, upgrade confirmation, or digital‑product delivery—the instant Stripe says a payment cleared. Zero copy‑paste, zero missed customers.

How AutoMail Pro Works (4‑Step Loop)
- Stripe Webhook triggers – Every new charge or subscription event pings the scenario.
- Smart branching – AutoMail Pro checks the product ID and decides: Subscription or One‑time digital download.
- Template merge – It drops customer‑specific data into the matching email template—plan name, download link, next‑billing date, you name it.
- Send & log – The email shoots out via your chosen SMTP (Gmail, SendGrid, etc.) and the details land in a Google Sheet for easy auditing.
Why It’s Your Secret Weapon
- Hands‑off fulfilment—emails out in <10 s after payment.
- Personalized at scale—dynamic fields pull straight from Stripe.
- Error‑proof—each step retries twice before alerting you.
- Plug‑and‑play—import JSON, connect keys, done.
Quick Start (3‑Minute Setup)
- Import
AutoMailPro.json
into your Make workspace.
- Connect your Stripe account via secret key.
- Paste your SMTP creds and default from name.
- Map product IDs to the provided email templates.
- Hit Run once to test a sandbox charge—tweak copy, then set to live.
Pro Tips & Tricks