I'm in need of some help regarding customizing tag names in external rss feed in email.
I've read many articles and posts on Hubspot forums on the topic, but none of them solved my problem.
I need to create an email template using external rss feed. The problem is that in the XML of this external feed, there are other tags that need to be displayed, but I don't know where to set this in Hubspot.
Do I need to create a csutom module for this? Is there any way to display tag content with different names than Hubspot has?
I've read about HubL's {% rss_listing %} function, but I don't understand how to use it in this case, or if it's possible to do so.
I don't know where to start... could someone help me?
If you want to customize it, in most cases it's recommended to use javascript. This has been discussed in the following topic: Custom (external) RSS Feed Module
Since you want to display an RSS inside mailing I think you will need some external resourses to store data.
So my approach would be:
- Have a external platform and read the RSS and send the data to an HubDB with the HubDB API.
- From there you can display items from the HubDB like you want.
Indra Pinsel - Front-end developer - Bright Digital ✅ Did my answer solve your issue? Help the community by marking it as the solution.
If you want to customize it, in most cases it's recommended to use javascript. This has been discussed in the following topic: Custom (external) RSS Feed Module
Since you want to display an RSS inside mailing I think you will need some external resourses to store data.
So my approach would be:
- Have a external platform and read the RSS and send the data to an HubDB with the HubDB API.
- From there you can display items from the HubDB like you want.
Indra Pinsel - Front-end developer - Bright Digital ✅ Did my answer solve your issue? Help the community by marking it as the solution.