Create List
Lists
Create List
Create a new contact list
POST
Create List
Create a new contact list for organizing email recipients with optional custom field definitions.Documentation Index
Fetch the complete documentation index at: https://docs.mailbreeze.com/llms.txt
Use this file to discover all available pages before exploring further.
Request Body
List name (max 100 characters).
Optional description (max 500 characters).
Custom field definitions for contacts in this list.
Examples
Response
Unique list ID.
List name.
List description.
Custom field definitions.
Number of contacts (0 for new lists).
ISO 8601 timestamp when created.
ISO 8601 timestamp when last updated.
Example Response
Custom Field Types
| Type | Description | Example Value |
|---|---|---|
text | Free-form text | "Acme Corp" |
number | Numeric value | 99.99 |
date | ISO 8601 date | "2024-01-15" |
boolean | True/false | true |
select | Single choice from options | "pro" |
Custom fields are defined at the list level. All contacts in a list share the same field schema.