Create Subscribers in Bulk
Create multiple subscribers at once within a specific list using their email and any optional custom fields. Efficient for large list imports or API-driven syncs.
📥 Create Subscribers in Bulk
Add multiple subscribers to a list using a single API request.
🔹 HTTP Request
🔸 URL Segments
Segment
Required
Description
LIST-UNIQUE-ID
Yes
List unique identifier.
📤 POST Parameters
Parameter
Type
Required
Description
array
array
Yes
An array of subscriber arrays, each containing at least the EMAIL
key.
🔐 Authorization Header
💻 PHP Example
📦 Sample JSON Response
Last updated