Contact Lists
Create Contact List
Create a new contact list to organize and segment your recipients using the AutoSend API.
POST
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Body
Contact list or segment dataName of the contact list (max 200 characters). Must be unique within the project.Maximum length:
200Example: "Newsletter Subscribers"Description of the contact list (max 500 characters).Maximum length:
500Example: "Users who signed up for the weekly newsletter"Type of contact list.Allowed values:
list, segmentDefault: "list"Example: "list"Filter criteria for segments. Required when
type is segment.ID of the parent contact list (for creating sub-segments).Example:
"60d5ec49f1b2c72d9c8b4567"Response
Contact list created successfullyIndicates if the request was successfulExample:
trueThe created contact list object