You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
Hello, I'm trying to update (both resubscribe and change some merge fields) a couple members.
Sending a PUT request to https://<br>.api.mailchimp.com/3.0/lists/{listId}/members/{hashedEmail}
with a payload of:
{
"type":"http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/",
"title":"Member Exists",
"status":400,
"detail":"[email protected] is already a list member. Use PUT to insert or update list members.",
"instance":"85c2fcb7-c094-4d00-85d8-3db71bff8622"
}
which doesn't really make any sense - I'm already using a PUT request.
I'm sending the request like this, don't really see anything wrong:
Hello, I'm trying to update (both resubscribe and change some merge fields) a couple members.
Sending a PUT request to
https://<br>.api.mailchimp.com/3.0/lists/{listId}/members/{hashedEmail}
with a payload of:
I'll get an error
which doesn't really make any sense - I'm already using a PUT request.
I'm sending the request like this, don't really see anything wrong:
Anybody knows what I'm doing wrong? :)
The text was updated successfully, but these errors were encountered: