Hello! I’m trying to convert my blog to a newsletter. I use Hugo to generate the site, it’s hosted on GitHub pages. When I want to create a new page, I add a markdown file and push the changes to GitHub, it will then be built and published automatically.<p>So I’m wondering which platform is best suited for this workflow. In my understanding there’s only two API endpoints needed to build a fully functional newsletter:<p>1. An API that adds an email to the subscription list. It will be integrated with the input form on the home page.
2. An API that receives HTML content to make a proper email and sends it to all the subscribers. It will be integrated with the automation script when a new post is published.<p>Any suggestions?<p>P.S. here’s my site if you are interested https://reorx.com.