Hello,
We are currently using MailChimp Integration 1.0.8.
To sync target lists from EspoCRM to Mailchimp, you need to select a group. We have added four main groups in Mailchimp with several sub-groups.
While attempting to select a group in EspoCRM, we noticed that only 10 sub-groups were showing. Upon debugging, we discovered that the plugin doesn't set a limit. When no limit is specified, the Mailchimp API automatically limits the results to 10 groups.
You can find more information about this limitation at:
The fix for this issue is located in application/Espo/Modules/MailChimp/Core/MailChimp/Clients/MailChimp.php.
​
We would greatly appreciate it if you could address this in a future release, allowing us to update and remove our hotfix.
Best regards​
We are currently using MailChimp Integration 1.0.8.
To sync target lists from EspoCRM to Mailchimp, you need to select a group. We have added four main groups in Mailchimp with several sub-groups.
While attempting to select a group in EspoCRM, we noticed that only 10 sub-groups were showing. Upon debugging, we discovered that the plugin doesn't set a limit. When no limit is specified, the Mailchimp API automatically limits the results to 10 groups.
You can find more information about this limitation at:
The fix for this issue is located in application/Espo/Modules/MailChimp/Core/MailChimp/Clients/MailChimp.php.
​
We would greatly appreciate it if you could address this in a future release, allowing us to update and remove our hotfix.
Best regards​
Comment