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:
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.
Any suggestions?
P.S. here’s my site if you are interested https://reorx.com.