Skip to content
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

Mailchimp integration and Spam #2276

Open
Megafry opened this issue Feb 3, 2025 · 1 comment
Open

Mailchimp integration and Spam #2276

Megafry opened this issue Feb 3, 2025 · 1 comment

Comments

@Megafry
Copy link

Megafry commented Feb 3, 2025

What are you trying to do?

Our queue is full of failed Mailchimp integration (~1256).
Can you add an option to stop the integration for the following errors:

  • 400 - zozoripob634@gmail.com has signed up to a lot of lists very recently; we're not allowing more signups for now
  • 400 - sample@email.tst looks fake or invalid, please enter a real email address.
{
    "type": "https://mailchimp.com/developer/marketing/docs/errors/",
    "title": "Invalid Resource",
    "status": 400,
    "detail": "zozoripob634@gmail.com has signed up to a lot of lists very recently; we're not allowing more signups for now",
    "instance": "70ba122a-3951-be9c-9d86-fa9e5e9105ba"
}
{
    "type": "https://mailchimp.com/developer/marketing/docs/errors/",
    "title": "Invalid Resource",
    "status": 400,
    "detail": "sample@email.tst looks fake or invalid, please enter a real email address.",
    "instance": "464592d0-3c18-41e9-2418-c2b7672a1da4"
}

What's your proposed solution?

Add a setting to ignore these requests

Additional context

No response

@engram-design
Copy link
Member

Related to #1990

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants