#muxanatos-email
1 messages · Page 1 of 1 (latest)
Hi there, please allow me to clarify your question, you would like to send emails to your customer if only they exist in your database?
yes
and what kind of email exactly is that you'd like to send?
makes sense! So it's basically emailing the customer with the product they payed for.
what is your question as it relates to Stripe? We handle the payment part, fulfilling the order is more a technical business detail on your side.
we don't have a mechanism for sending a customised email like that for you, we can only send payment receipts
yes but is there a way we can pull emails so we can send them?
yep! You mentioned not being a developer though so not sure what I can suggest.
depending on how you integrate the payments side, the email address is usually on the Customer object here : https://stripe.com/docs/api/customers/object#customer_object-email and can be easily accessed there
or you can export Customers from the dashboard as a CSV file
there's a few options
ok thanks will go through