#skoshkarli - subscription emails
1 messages · Page 1 of 1 (latest)
Hi 👋
This is not something Stripe will do. We will send emails on successful payments, to send invoices, and for some other billing reasons. But if you want to send an email based on a successful Setup Intent your integration will need to handle that.
So if a customer starts a subscription with a trial (and i am utilizing setupintent), then the customer cannot receive an email of a successful sub creation?
That is a different question. You can review which automated emails are available for Subscriptions here: https://stripe.com/docs/billing/revenue-recovery/customer-emails
i've looked all over the place there
i can't seem to setup a basic email on sub creation
its frustrating
Thats why i came here. I need a "welcome" email, when a subscription is created (regardless of with trial or not or whether paymentintent or setupintetn was used)
In that case you will want to listen to the customer.subscription.created event and trigger the welcome message on your server:
https://stripe.com/docs/api/events/types#event_types-customer.subscription.created
got it, so Stripe does not offer this functionality is what you are saying?
to send an email on subscription creation
That is not an event we send an email for. How is the customer getting subscribed to something without any interaction in your integration?