Adding users to specific list via checkout opt-in checkbox
-
Hi. The Brevo (ex Sendinblue) ecosystem is really impressive. Nevertheless, the learning curve is VERY STEEPY. After setting up syncing and automation processes, right now I’m stuck at a crucial point.
I want to add users to a specific language list combining the checkbox opt-in and the url language of the purchased item. For that, I’ve create a custom automation with these steps:
- Custom event > order_completed
- Event data tracker > items > url > Contains > /en/
- Event data tracker > billing_address > ws_opt_in > Equals > true
- Then, add the contact to “My Custom ENGLISH List”.
I’m having problems with the 3rd JS condition (if deleted, the automation works good). The issue is that, whether the opt-in checkbox is checked or not, users are added to “My Custom ENGLISH List”. “ws_opt_in”, by the way, is the name of the opt-in checkbox, as you already know. Since this checkbox is within the billing_address section, I made my guess (“Event data tracker > billing_address > ws_opt_in > Equals > true”), obviously wrong.
Summing up, I want the opt-in checkbox work as expected, and being able to create condition number 3 properly, i.e, to validate whether the checkbox is checked or not before adding the contact to “My Custom ENGLISH List” or not.
Thank you in advance for your help.
- The topic ‘Adding users to specific list via checkout opt-in checkbox’ is closed to new replies.