Lists
Add new subscriber to list
Subscribe a new contact to a specific list.
POST
ID of the list.
Information about the subscriber.
Trigger automations when the subscriber is added.
Send a notification about the new subscriber if configured in list settings.
Update the subscriber if they already exist in the list.
Skip double opt-in confirmation. If
false, the system sends a double opt-in email and the subscriber is added with status 6 (unconfirmed).Force resubscribe if the subscriber was previously unsubscribed (status
2). If status is provided in subscriber_data, it takes precedence. For resubscribe to work, the status must be 1.If the subscriber already exists in the list, the response includes
already_subscribed: true.The
inserted_at field in the response returns the time in UTC format.