#ibgoldbergs
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Stripe has account level settings that will apply to all subscriptions
If you want to generate custom emails to your annual subscribers then I would recommend doing that in your own code,. You can listen for the invoice.upcoming event, check it the subscription is on an annual billing cycle, and trigger the email from there.
https://stripe.com/docs/api/events/types#event_types-invoice.upcoming
I need to change my phone number
@olive brook I created a thread for you and cannot help you here
@golden juniper does my answer make sense to you?
It makes sense to me. Will it only trigger if they are renewing? Or are their other cases I need to consider
The invoice.upcoming event will trigger a set number of days before a subscription renewal. You can configure the. number of days in your dashboard settings.
You can inspect the billing period in the Invoice object that is sent as part of the event object to see if it's a yearly subscription
Sounds good thanks
Happy to help ๐