#kitkat - Subscription Emails

1 messages · Page 1 of 1 (latest)

timber ridge
#

Hello! To do this you would disable the Stripe emails in the Dashboard and build your own system that listens for Stripe Events using a Webhook Endpoint, then you would craft and send the emails yourself. The content and links inside the email would be under your control and you can direct customers to your own system to make updates.

sand fossil
#

Okay, so I shouldn't for example be generating a checkout session url and adding it to the email?

timber ridge
#

No, Checkout Sessions expire, and the link would likely no longer be valid in many cases due to the delay between sending the email and the person opening it.

sand fossil
#

Entirely understandable!

#

Okay thank you 🙂