I have been reading a lot on the Internet to know how I can use Python to send emails using mailchimp API. It seems that the website is so complected and doesn't have any example.
Please, could you guide me to any example including a Python use?
What I tried so far:
I installed the library from pip using:
pip install mailchimp
;I have created the campain;
- I have created the lists;
But yet, I couldn't know how to send the emails programmatically.