library · inferred from evidence
drewm/mailchimp-api
A PHP wrapper library for the MailChimp API, providing helper methods like subscriberHash().
- MailChimp API: "is already a list member. Use PUT to insert or update list members"
How to fix mailchimp: mailchimp api: "is already a list member. use put to insert or update list members".
- MailChimp batch upsert: 100% error rate with "The requested method and resource are not compatible"
How to fix mailchimp: mailchimp batch upsert: 100% error rate with "the requested method and resource are not compatible".
- MailChimp API wrapper: DELETE always reports failure (204 empty body treated as error)
How to fix mailchimp: mailchimp api wrapper: delete always reports failure (204 empty body treated as error).
- MailChimp API PATCH: "Schema describes array, object found" (JSON_FORCE_OBJECT)
The drewm/mailchimp-api wrapper passed JSON_FORCE_OBJECT to json_encode, turning every array into a JSON object and breaking array fields. Upgrade past the January 2016 fix.