Has anyone else built a custom RSS feed in HubSpot because you needed more than 50 posts?
I just went through this, and it turned out way more complex than expected—makes me wonder if I overcomplicated it, but it works and passes RSS validation.
Short version:
If you need >50 posts in an RSS feed on HubSpot:
Create a custom template using HubL to output posts in XML format.
Use a Cloudflare Worker to strip out HubSpot’s injected HTML and serve valid RSS/XML.
Happy to share my code if it helps anyone avoid the hours I spent getting this right :melting_face: