Skip to main content

We have a viewed collection event we want to use to trigger a Collection Abandonment type email, where we encourage shoppers to come back and see more from the collection. We have dozens of collections.

We want to be able to use a product feed to show them more from the collections, but we don’t want an individual collection abandonment flow for each collection.

I know we can use custom HTML to pull the feeds.FEED_NAME_HERE to gather products. My question is, could we pass in and use an event variable in a flow that then allows us to do feeds.{{ event.extra.collectionname }}, such that if we pass in the collection name in the same syntax as the feed names, we could dynamically determine which feed we want to pull in the email?

Is this possible?

Hey @amoncrief 

Sorry for the delayed response. I am asking our product feeds expert what the best way to do this. Once I have their answer I will make sure to update you here.


Hi ​@amoncrief

Performing this kind of a lookup would need to be within a static feed - it would not be adding a dynamic variable to the feed name like you have requested. Being able to use a django variable in the feed name itself wouldn’t currently be an option. 

~Chloe


Reply