Changes are on the way!
Braze Bonfire is read-only from April 6–April 13, 2026. 

Braze Bonfire is getting an upgrade. From April 6 through April 13, 2026, Bonfire will be read-only while we tinker behind the scenes to improve your experience in the community. Read more.

Google Tag Manager

Forum Discussion

nael's avatar
nael
Collaborator
2 years ago

Using Catalog Selections in an Abandoned Carts Canvas

Hi fellows,

First, I miss the Slack community.

Second, I need help with incorporating Catalog Selections. Any Braze Learning courses that you recommend? 

My Canvas entry depends on a custom event (add_to_cart) that has a property (product_id). I uploaded my catalog to Braze and I want to personalize the notifications in the canvas to include the product name in the message text.

My catalog has id, name, price, and all essential catalog info.

Can you help me with your input and recommend resources that can help?

 

Cheers

1 Reply

  • Hi Nael, so I haven't used this exact use case before and I have just been playing around with it to see could I get an answer 

    {% catalog_items catalogname {{event_properties.${product_id}} %}


    You forgot you {{ items[0].title }}

    So maybe test does the event property ID collect the correct catalog data, this is hoping your ids are matched between product id in event property and also matches catalog. " Catalog name also as to match the title of your catalog with products. Let me know if that works?