Hi community!
I’m creating a cart abandonment sequence, and I’d like to add the product name to one of my subject lines. I’ve tried a lot of tags like:
{{ item.product.name }}
{{ item.product.title }}
{{ event.product.name}}
But none of those tags have worked.
How can I add the product name to my subject line?