-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max number of requests #67
Comments
Hi, A 429 when adding a subscriber only occurs if you have added the same subscriber/email to your account in quick succession. In this case your process appears to add the same subscriber/email to many lists at once which is the same as adding the same email to your account in quick succession. We strongly encourage the use of segmenting a list of subscribers to send a campaign; but if your workflow really needs it to work this way you can send the support team at Campaign Monitor an email and they can set your account to bypass this duplication check. |
Hi @LancesCM |
Hi, Is there a way, using this wrapper, to see for how long you are supposed to back off? thanks! |
What you are seeing is the result of an abuse prevention feature on our side. You can contact our Support team and specifically request to opt out of this feature. We do not allow that to be done through the API. |
Just contacted support, and got a very quick reply! @LancesCM thank you very much for the quick response! |
Hi @nufyoot (and everyone else).
I have inherited a solution with an integration to Campaign Monitor. The user can subscribe to multiple lists which results in a foreach loop like this:
The first couple of submits goes fine but after some iterations it starts throwing a "429 too many requests". I can't see any headers in the response that tells me about a limit or anything. I wonder if there's a known limit of requests you can do in a certain time frame? I have been looking at the documentation but I don't see any regarding this issue and furthermore I can't see if this should have been structured differently.
The text was updated successfully, but these errors were encountered: