I have a lot of workspaces with a lot of templates. It is exhausting to go replace each one when I need to make an update. It would be great if I could set up a grunt task to push changes all at once via the API.
Cool! I'm talking about Templates for Landing Pages and Emails.
I want to send HTML code to replace the existing code -- or even better, I would like to also be able to add and delete templates from the terminal.
MailChimp's API currently offers this ability, as noted by this article: http://www.smashingmagazine.com/2014/08/04/improve-your-email-workflow-with-modular-design/
You guys should follow their example. Their API is pretty amazing. You can edit literally ANYTHING that the user can normally access through the web UI via the API.
I'll definitely take a look. We have the same goal of allowing the API to do more or less everything that the UI does (we have a lot of features in the UI, so this might take a little time though).
Thanks. Right now I have 7 workspaces, each with 9 email templates. Soon I am going to have over 50 workspaces to administrate. Having to update all of them manually would be very bad.