Open MPLLC opened 10 years ago
@KevinM1 there is no way to update a campaign right now. I will add it to my list of things to do for the next version of the bundle.
Great! Would that include the ability to delete an existing campaign, too?
I'm basically writing a simple web interface for MailChimp in a CMS, so CRUD operations are a must.
Yeah that is the plan since mailchimp API 2.0 is restful now I will try to support every method. But first I have to find a way to add this changes without breaking support for the old API version.
I'd like to have the ability to pull a single campaign, edit it's content, then save it back to MailChimp. I'm not sure if it's possible, but if it is:
Can you illustrate how to do it in the docs if that functionality already exists? (although, looking through the service methods, nothing associated with campaigns makes me think it exists)
Add the functionality if possible?
Thanks.