martin3361
Forum Replies Created
-
@hchouhan Hi there, any info or check on this one?
Thanks
The problem is that the API is called with GET method
Deleting user should be DELETE method, quick reference from Mailchimp API:
DELETE /lists/{list_id}/members/{subscriber_hash} Remove a list member
therefore the 405 Method not allowed
Please fix it. Thanks
hello,
I am not saying it doesn’t work, it does work most of the time, but there are those cases which bother me I might be losing subscribers.Here is an example of such case
Here are some steps that I noticed force it to happen:
1. please unsubscribe first
2. then subscribe, but do not reply to the confirmation email (like it went to spam or something)2nd step might need to be repeated couple of times and the error will appear.
In the example from the screenshot there even wasn’t confirmation email (not in spam or anywhere)
Thanks
- This reply was modified 6 years, 9 months ago by martin3361.