Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Sujit, thank you for taking the time to respond. Let me try and answer your questions:
Around 1 month ago, we noticed a steep decline in certain fields in our customer data system. We tracked it down to Epi Campaign, for some reason signing user's up for mailing lists will sometimes return a 409 error code response: "Recipient's bounces are overflowed."
However, this error doesn't make sense and the way we see these errors spike during certain periods makes me think its not actually related to the user. You see, the way we sign user's up for mailing lists is that we collect certain data from them during the account creation process, save it to the database, and then sign them up for the selected mailing lists after they click their email verification link. So, the received a single email (not from campaign), clicked it, and then immediately get a bounces overflowed message? They have only gotten a single email and it didn't bounce because they would not have been able to click their email verification link.
Lastly, in the swagger api documentation for Epi Campaign, for the Recipients POST endpoint (the one we use to add users to a list) says that the 409 response means: The recipient has either been blacklisted, has exceeded the bounce limit, has unsubscribed, or exists already. Ensure that "recipientId" is correct and that the recipient does not meet any of the other criteria.
I have not yet exhausted every possibility listed. However, these user's have no history in our database (prior to their signup date) so I do not expect them to be blacklisted, exceed the bounce limit, unsubscribed (they haven't received a single email at this point), or already exist. The only
We have reached out to Campaign Support, but I also thought I would post here to see if anyone else has experienced this. Thanks all!