Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can dynamically insert the latest items from an RSS feed into your message. For example, the latest blog posts or the newest products added to an ecommerce store.

Image RemovedImage Added

Info

Use the link Field display preview for the preview of the message using the tags you set in the Feed display template. See example below

Image Added

 

To set up an instance of Dynamic Content based on an RSS feed:

  • Enter a name for this instance of Dynamic Content
  • Enter the URL of the RSS feed
  • Specify how many items from the RSS feed should be inserted into the message (check table below)
  • Indicate whether they should be no older than a certain amount of hours
  • Specify the filter based on which the Dynamic Content will be inserted into the message
  • Click Save
Field name
Usage
##TITLE##this markup will be used to print the title. TAG title both for RSS than ATOM.
##PUBDATE##this markup will be used to print the publication date. TAG pubDate both for RSS than ATOM.
##MEDIACONTENTN##N is a number. Show the N media tag defined in the item. (i.e. ##MEDIACONTENT2## show the second media tag of the item if present).
##MEDIACONTENT##Show the first media tag defined in the item (same than MEDIACONTENT1).
##LINK##this markup will be used to print the title. TAG link both for RSS than ATOM.
##DESCRIPTION##this markup will be used to print the description of the Item. TAG description for RSS TAG summary for ATOM.
##CONTENTENCODED##this markup will be used to print the content of the Item. TAG contentencoded for RSS TAG content for ATOM.

Hosted HTML block

You can dynamically insert the content found on a remotely hosted Web page. 

...