Bulk create subscribers
Subscribers
Bulk create subscribers
Create up to 100 subscribers in one request.
POST
Bulk create subscribers
The body is a JSON array (max 100 items). Each item can set its own
status; items with
pending receive confirmation emails.Authorizations
Your API key, sent as Authorization: Bearer sk_....
Body
application/json
Required array length:
1 - 100 elementsFull name. Stored as first + last name, split on the first space.
Maximum string length:
255Example:
"John Doe"
Optional. active makes the subscriber active directly; pending sends a confirmation email.
Available options:
active, pending