Create a new list

Creates a new subscriber list in the authenticated account.

List Types

  • EMAIL (default): Standard subscriber list. Each email address must be unique — a subscriber can only appear once.
  • CRM: CRM-type list. Each email address must be unique — a subscriber can only appear once.
  • ORDER: Order/e-commerce list. The same email address can appear multiple times, as each row represents a separate order.

Project Folder

Use projectFolderId to place the list inside a project folder:

  • Pass 0 to place the list in the root (default) folder.
  • Pass a valid project folder ID to place the list in a specific folder. The folder must belong to the authenticated account.

Default Behavior

  • List type defaults to EMAIL if not specified.
  • Language defaults to hu (Hungarian) if not specified.
  • Currency defaults to HUF if not specified.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length ≥ 1

The name of the list

integer
required
≥ 0

The ID of the project folder in which to create the list.
Use 0 to place the list in the root (default) folder.
The folder must belong to the authenticated account.

string
enum
Defaults to EMAIL

The type of the list. Determines email address uniqueness behavior:

  • EMAIL (default): Each email address must be unique per subscriber.
  • CRM: Each email address must be unique per subscriber.
  • ORDER: The same email address can appear multiple times (one row per order).
Allowed:
string

An optional description for the list

string
enum
Defaults to hu

The language code for the list. Affects system field labels and notification messages.

Allowed:
string
enum
Defaults to HUF

The currency code used for ORDER type lists (e.g. HUF, EUR). Ignored for EMAIL and CRM types.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json