VingtCinq / python-mailchimp

Python client for v3 of MailChimp API
MIT License
463 stars 131 forks source link

Can not create an automation #210

Open jacob-hutchings opened 5 years ago

jacob-hutchings commented 5 years ago

I am probably just missing something but is there not a way to create an automation? Shouldn't it be client.automations.create?

https://mailchimp.com/developer/reference/automation/

stephenross commented 5 years ago

The newer Automation endpoints since the Automations feature was made a free feature have not yet been added to the wrapper. If you would like to implement these endpoints, please do so and make a pull request. Follow the structure in the existing entities when setting it up, otherwise someone will implement it soon.