Create a subscriber
Subscribers
Create a subscriber
Add one subscriber to your newsletter.
POST
Create a subscriber
When
status is pending, the subscriber receives a confirmation email. When active, the
subscriber becomes active directly and no confirmation email is sent.Authorizations
Your API key, sent as Authorization: Bearer sk_....
Body
application/json
Full 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