Pass an event property to dynamically choose which product feed to show in custom HTML email?
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?
