miguel250 / MZMailChimpBundle

[UNMAINTAINED] Symfony2 mailchimp bundle
54 stars 26 forks source link

Is there a way to retrieve a single campaign? If not, can you add it? #27

Open MPLLC opened 10 years ago

MPLLC commented 10 years ago

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.

miguel250 commented 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.

MPLLC commented 10 years ago

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.

miguel250 commented 10 years ago

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.