Is there any documentation for how to use javascript within html to pull
in email content dynamically from an rss page location? We have created
rss pages for product categories, the rss feed is updated in-synch with
site updates. We would like to use javascript to inject the correct
elements from the rss into our html email template for a min-maximum
amount of products. The use case for this is rendering a product grid of
product thumbnails that each link to the product page for each product
di...