#spudz000-reminder-emails
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I don't think there's a way to track that unfortunately. You can reach out to our support team to check if the renewal reminder email was indeed sent or not
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
That is something they can do?
I believe so.
If I wanted to handle these emails myself what event do I listen to?
invoice.upcoming ?
HI ๐ I'm stepping in for @prisma python .
You are correct, invoice.upcoming is the right event to listen for if you want to trigger these emails yourself:
https://stripe.com/docs/api/events/types#event_types-invoice.upcoming
You can even configure the number of days before invoice creation to trigger the event right from your dashboard
Thank you!