Feed
Feed inputs are used for when you want to dynamically insert a feed into your emails
Template Editor


Email Editor

Last updated
Feed inputs are used for when you want to dynamically insert a feed into your emails
A Feed input is great for when you want to give users the ability to dynamically access any type of feed, be that a product feed, article feed or anything similar. Then extract those values and insert them into your emails as you see fit. The format is irellevant, whether that is XML, JSON, as long as it's structured.
A Feed input can be used in a normal input group or inside a repeatable.
Works great for:
Product feeds
Article feeds
When creating a new Feed input, you'll need to provide the URL for the raw access to your feed. Upon doing so, a list of output fields gets propagated based on the feed and converted into usable liquid fields ready to be inserted into your template.
Because all fields are transformed into liquid fields, all liquid filters becomes available to moderate the output to fit into your template. All field names are directly interpreted from the feed, except images, that gets it's own naming convention {{ .feed.images.url }} for the tradeoff of being able to use all abilities available in the image settings filter.
Lastly you get two dropdown options to configure the dropdown lists in the Email Editor.



Last updated