Fetch all contacts from MailerLite

I’m using module List Contacts to list all contacts from a MailerLite group but the module only returns 3200 contacts while the group has over 4000 contacts.

How can I get all the contacts from the group?

Thank you

You will have to use pagination. The maximum bundle limit is 3200.

For more information, see the Course “Pagination - retrieving all data from APIs” in the Make Academy.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

Did you know, this forum has a Hire a Pro category, where you can post your request for off-site specialised help on other platforms (video call/screenshare/private messaging/etc.)? This may help you get your issue resolved faster especially if it is urgent. It is important to post your request in the Hire a Pro category, as forum members are not allowed to advertise their services (even offer FREE assistance to help) in other categories like here. Once you have posted in the Hire a Pro category, that will allow other members to provide booking links to our calendars for a free consultation and video assistance (including screen share).

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

1 Like

Thank you!

I was able to solve this using pagination and HTTP requests instead of the MailerLite module.

1 Like