Settings

Theme

Show HN: API for Rendering and Sending Transactional Email Templates

klaviyo.com

13 points by bialecki 13 years ago · 6 comments

Reader

slake 13 years ago

Wow. Isn't this pricey for a pretty straightforward API?

  • bialeckiOP 13 years ago

    The pricing will probably change, but the reason we're charging at all is to ensure we can provide reliability.

kt9 13 years ago

Looks cool! How do you differentiate from all the other email services - MailChimp, MailGun, SendGrid etc?

  • bialeckiOP 13 years ago

    We're not trying to compete with them, we're using them. They solved the hard problems of delivering email, we're just trying to make it easier to send good looking emails through them.

nodesocket 13 years ago

How is this different than just using Mandrill with templates, and sending content/HTML into placeholders?

  • bialeckiOP 13 years ago

    From the sound of it, I'm guessing they're similar, but I haven't had a chance to use Mandrill's templates. This started as an internal API we created and just decided to open up.

    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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection