Hello everyone,
I would like to send a message if the zipcode from a user is existing in a catalog.
But I am not very technical.
I have a catalog :
id--zip_code--link
ex: 14--13001--https://braze.com
I try to make something like:
{% if {{custom_attribute.${zip_code}}} == {{catalog.zipcode}} %}
Show email
{% else %}
abort
{% endif %}
Anyone got the answer?
Best regards.