Limit to 100 users
-
Hi,
In the contacts list view in admin, the user limit is fixed to 100 by default on your API.
On the mailjet-for-wordpress/views/contact.php at L140.
$totalitems = count($this->api->listsContacts(array('id' => $this->list_id))->result);
I tried to add a limit param to 0 like in the API V3 but is didn’t work. If I put it to 200 it works but it is not a durable solution.
Thanks by advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Limit to 100 users’ is closed to new replies.