#_Hh

1 messages · Page 1 of 1 (latest)

empty kilnBOT
remote atlas
#

Hi there!

#

We have a setting in the dashboard to automatically send email to the customer:

#

But if you want to customize the email or send it to a different address, then that's something that you'll have to build on your end

next pasture
#

Can that be done through using your apis, webhook and nodemailer ?

remote atlas
#

There's not Stripe API to send email. But yes you can listen to webhook event and use a third party API to send emails to customer.

next pasture
#

Can I use a trigger alongside it like payment succeeded ?

remote atlas
#

Yes, by listening to the payment_intent.succeeded webhook event for example.

#

Which event you should listen to depends on exactly what type of email you want to send.

next pasture
#

Do I have to use ngrok with the webhooks ? Or can I used something else

remote atlas
#

Why do you want to use ngrok? You mean for testing your webhook locally?

next pasture
#

Yes

#

How would I use it in production ?

remote atlas