[Wishlist] Configurable email reminders X days before Memberstack billing dates.
It would be nice to have an email that is sent X days (the configurable part) before the next billing date reminding the user that they will be billed the payment amount on the specific date.
Comments
2 comments
Hey Steve Coleman
Thanks again for another great wishlist submission, this time regarding configurable emails for plan and payment reminders! Your suggestions are always valuable and appreciated.
To help us fully understand your request and possibly take action in the future, would you mind adding a bit more detail based on our Wishlist guidelines? Here's what would be helpful:
These details will ensure that our team fully understands the scope and impact of your request, which helps us prioritize potential solutions.
Hey! Follow-up question on plan cancellations.
I want to send members a reminder email 3 days before their subscription actually expires (when they’ve already clicked cancel, so
cancel_at_period_end = true).My current thinking is to skip Memberstack webhooks for this entirely and instead run a daily n8n cron that calls the Stripe API directly:
GET /v1/subscriptions?cancel_at_period_end=true...and then filter for subscriptions where
cancel_atfalls within the next 3 days.Is there a native way to handle this within Memberstack, or is going directly to Stripe the recommended approach here?
Please sign in to leave a comment.