Show HN: API for Rendering and Sending Transactional Email Templates
1–7 of 7 posts
Re: Show HN: API for Rendering and Sending Transactional Email Templates
#2Re: Show HN: API for Rendering and Sending Transactional Email Templates
#3Re: Show HN: API for Rendering and Sending Transactional Email Templates
#4Re: Show HN: API for Rendering and Sending Transactional Email Templates
#5How is this different than just using Mandrill with templates, and sending content/HTML into placeholders?
Our templates use a Django-like syntax, which let's you use loops and conditions in a easy to use way. Mandrill's might be the same or better. We done a lot with Django so that feels comfortable.
We're trying to focus on the experience of creating a new transactional or triggered email, so it's easy to go from "I have an idea for an email" to "I'm actually sending it." We use this internally with a simple Python script to send formatted summary emails of product usage each night and it's easy to set up -- write the script to fetch the data, create the email template and you're done.
Re: Show HN: API for Rendering and Sending Transactional Email Templates
#6Looks cool! How do you differentiate from all the other email services - MailChimp, MailGun, SendGrid etc?
Re: Show HN: API for Rendering and Sending Transactional Email Templates
#7Wow. Isn't this pricey for a pretty straightforward API?