1
4 Comments

Is there an email provider with an initial free plan that supports API for editing a template?

Is there an email provider with an initial free plan that supports API?

I wanted to try something in the space of newsletter and I wanted to automatize all of it.

I tried with Mailchimp, but it seems the free plan does not support editing of the template via api. Also, I don't really like their documentation, not clear at all.

I was checking Email Octopus but it seems their API is really limited to reads for campaigns: https://emailoctopus.com/api-documentation

Any help would be greatly appreciated.

on March 16, 2021
  1. 2

    Have you considered mailgun? You do pretty much everything by API. There's an initial free tier/trial, and still cheap after that. I've been using it for a year or so; very happy with it. For the template, you can just submit HTML whenever you send an email. So instead of editing templates by API, you store the templates somewhere else, use them to generate your email, and then pass the result to mailgun for sending.

    1. 1

      Hey thanks again, I'm in love with Mailgun. And the pricing is unbeatable (for my use case)

      1. 1

        Awesome, glad it's working out!

    2. 1

      That's what I'm looking for. I will give it a try. Also the pricing rocks!

      Thank you