Lists
Add Subscribers To List
Bulk add subscribers to a list
POST
Add Subscribers To List
Add existing or new subscribers to one list from an email array. Send up to 500
email addresses per request. This is useful for temporary batch lists, imports,
and support workflows.
Use exactly
POST /api/v1/lists/{listId}/subscribers. There is no /bulk
suffix for this endpoint.
Prefer this endpoint over looping one subscriber per request. Standard API rate
limits still apply: 100 requests per minute per API key and 20 requests per
second burst.
Request
Subscriber list ID.
Email addresses to add to the list. Maximum 500 per request.
Existing subscriber behavior:
skip, merge, or overwrite.Whether newly created subscribers should enter matching sequences.
Consent mode for newly created subscribers:
default, confirmed, or
double_opt_in.Responses
Add Subscribers To List