2
2 Comments

Tools to build a personalized newsletter?

Hello Hackers,

I would like to learn about how to set up a personalized Newsletter - personalized in the sense that the content is adjusted to the subscribers preferences.

I am most comfortable working with Python / Django if that makes any difference.

on May 1, 2020
  1. 2

    I was also wondering the same thing at one point, and am building my own newsletter.

    Assuming you want to automate your emails using your code:

    Mailchimp has a robust RESTful api for this. You can trigger automations, and send mails etc through code. This way you can customize it to your needs.

    Check it out here: https://mailchimp.com/developer/

    It's framework agnostic, you just need to understand the api queries.

    Hope this helps,
    Cheers!

  2. 1

    Just following along in case someone comes back with something.