Skip to content

Add Troubleshooting note in MailChimp #6417

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

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/connections/destinations/catalog/mailchimp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ Again, this will **NOT** work for new users. New users will always have their su
### Why are my calls with trait arrays not showing up in Mailchimp?
Mailchimp doesn't support arrays as traits values. This can cause calls to not show up.

### Why are there frequent 404 Bad Requests from Identify events without an error message?
If you send concurrent requests for the same userId, MailChimp blocks the events because MailChimp restricts each API key to a maximum of 10 concurrent requests.

## Engage

You can send computed traits and audiences generated using [Engage](/docs/engage/) to Mailchimp as a **user property**. To learn more about Engage, schedule a [demo](https://segment.com/demo/){:target="_blank"}.
Expand Down
Loading