Skip to content
RecipeHowToUpdated May 2026· 6 min to deploy

Send a custom Gmail receipt for every Stripe charge

Replace Stripe's default receipt with a branded Gmail message that includes a personal note and your team's signature.

Stripe
Gmail
Steps

Build this in 6 min.

Each step is a single node on the canvas. Order matters; everything else is dragging.

  1. 1
    Trigger
    Trigger on a Stripe charge

    Add Stripe → New Charge. Tiny Command auto-registers the webhook.

  2. 2
    Transform
    Compose the email body

    Use a Text node to compose an HTML email body that includes the customer name, amount, and a thank-you note.

  3. 3
    Action
    Send via Gmail

    Add Gmail → Send Email. Set the To address from the Stripe customer email and paste in the composed body.

FAQ

Common questions about this recipe.

Can I include the invoice as a PDF?
Yes — use Stripe → Get Invoice PDF to fetch the file, then attach it to the Gmail action.

Clone this recipe in two minutes.

Free tier available. No credit card. No onboarding call.