library · inferred from evidence
drewm/mailchimp-api
A PHP wrapper library for the MailChimp API, providing helper methods like subscriberHash().
- MailChimp batch upsert: 100% error rate with "The requested method and resource are not compatible"
A MailChimp batch job upserting subscribers failed 100%: total_operations 110, errored_operations 110. Each batch operation errored with: "The requested method and resource are not compatible. See the Allow header for this resource's availa
- MailChimp API v3 PATCH: Schema describes array, object found instead (JSON_FORCE_OBJECT)
PATCHing a merge field (e.g. lists/{id}/merge-fields/{merge_id} with options.choices) via drewm/mailchimp-api failed with 400 Invalid Resource: [field] => options.choices, [message] => Schema describes array, object found instead. The paylo
- MailChimp API: "is already a list member. Use PUT to insert or update list members"
Posting a member to lists/{list_id}/members returned: [email] is already a list member. Use PUT to insert or update list members." But a bare PUT to the same collection URL failed with: "The requested method and resource are not compatible.