#wabisabi2019
1 messages · Page 1 of 1 (latest)
Only if you're sending emails yourself (vs. having Stripe send them)
I saw the "trial_will_end" event. Is that what you are referring to?
Is there a way to have those events published 7 days before the trials end, instead of the 3 days I see in docs?
You'd have to listen for customer.subscription.trial_will_end events (sent three days before a trial ends) and decide whehter or not to send an email to that specific customer
can that event be configured to be sent more than three days before the trial ends?
No, this isn't possible
ah, okay. Thank you!
For invoices after the trial has ended, you can listen for invoice.upcoming. The time when this event is sent is based on your subscription settings in the Dashboard (under the "Prevent failed payments" section)
Give me a min to check
Sorry for the delay! It's a bit busy here today