Closed (fixed)
Project:
Brevo (formerly Sendinblue)
Version:
1.0.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2026 at 12:20 UTC
Updated:
21 May 2026 at 14:45 UTC
Jump to comment: Most recent
Comments
Comment #3
kensae commentedSince the Brevo API caps list returns at 50 per request, I suggest adding a configurable limit parameter to the fetchAvailableLists function. This should default to 0 (representing no limit). If the requested limit exceeds 50—or is set to 0—the function should automatically handle pagination using the offset parameter to retrieve the full set of results.
Comment #5
kensae commentedComment #6
renrhafMerged into 1.0.x, Thanks @kensae for the contribution!