Skip to main content
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.

Permissions

This endpoint needs both lists:write and subscribers:write. Membership is contact state, so lists:write on its own only lets a key create and rename lists. The Safer agent access preset includes lists:write but not subscribers:write, so keys on that preset cannot change who is in a list.

Request

string
required
Subscriber list ID.
string[]
required
Email addresses to add to the list. Maximum 500 per request.
string
default:"skip"
Existing subscriber behavior: skip, merge, or overwrite.
boolean
default:"false"
Whether newly created subscribers should enter matching sequences.
string
default:"default"
Consent mode for newly created subscribers: default, confirmed, or double_opt_in.

Responses