Creating a Notification
With notifications you can trigger an email to be sent to your or your customer based on almost any Stripe event.
The short guide to creating a notification is the following:
Make sure you have a from email address verified. This requires you receive an email at that address and click a link. You can then send emails from that address.
Define a template. This will be the text your customer (or yourself) receives.
Create a Send Event or a Trigger. This will ask you based on what event you want to send the email. See the list below. Be sure to mark it as active for the emails to actually get sent out.
What's a Stripe Event? A few examples:
Subscription Created
Charge Created
Subscription Payment Failed
Trial is about to end
Subscription Renews in X Days
Subscription Successfully Renewed
The email bodies themselves are defined as templates. These can be written in markdown and/or html with liquid templating for various Stripe objects. This means you can write an email like this:
And it will evaluate to:
Hello!
Thanks for signing up with us.
You can update your payment method at any time at this link.
Last updated
Was this helpful?