Automation from beehiiv to webflow

Hey,
I am building an automation that uses an RSS feed from Beehiiv to extract newsletters that are published. I then use Webflow to create an item. In summary, the automation extracts newsletters from Beehiiv via an RSS feed and creates the newsletters in Webflow.

However, I’m facing a small issue. While I’m able to get the newsletters into Webflow, the images within the newsletters (which have links to different websites, such as recommended articles) only show as images in Webflow. The links are missing. When I check the code from the RSS feed, the links are present and correctly tagged.

I hope someone can help me resolve this problem.

Thank you in advance!

I’d recommend you do this-

  • Create a “correctly formed” link in one of your RSS imported posts so that the image is linked.
  • Publish to staging
  • Check the HTML for the exact structure that Webflow uses, it sometimes uses figures, or divs as part of its rich text content constructions
  • Adjust your automation so that it creates that same structure

With luck Webflow will be able to adjust that properly and avoid stripping any elements it thinks are incompatible with its supported rich text implementation.