Bevy Integration - Collecting Emails?

Bevy Integration - Collecting Emails?

walkermatter
Tourist
7 0 1

I've designed a popup in Bevy which should collect the user's email address in order to receive a discount code.

As a test, I entered my email and didn't receive the code. Is there a step or integration I need to set up?

Also, is it possible to trigger a marketing email that comes from Shopify after collecting the email from a Bevy popup?

Replies 2 (2)

sahilsharma9515
Shopify Partner
1150 143 220

Hi @walkermatter as you mentioned that you are using Bervy to collect emails of customers then you need to look that once the customer is made in the shopify backend then what is the unique key to the customer which are adding in shopify from bervy, For example a tag is added to the customer once they add their email through Bervy in shopify.

 

Have you setup the Discount email? Did Bervy has this functionality in their system to send the email?

 

If you want to use the Shopify emails then it is possible, you need to create a flow for that from shopify flow app, but for that as well, you need the trigger point, and trigger points are like something unique for example tag.

 

If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


walkermatter
Tourist
7 0 1

Thanks. This is more complicated than I thought, so I'll find another way to do it.