Add Address List

Add a new email address list (supports setting list name and description). Only a single address alias is created per request; the alias must be a valid email-format string of at most 64 characters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string
required
length between 1 and 64

Alias address of the address list (formatted as [email protected], used for invoking the list in sending emails). Single value only; must be a valid email format (40530 on violation) and at most 64 characters (40504). A duplicate alias returns 40505.

string
required
length between 1 and 48

Address list name. Required, 1-48 characters (40501 empty, 40502 over length).

string
length ≤ 250

Address list description (optional). At most 250 characters (40507).

integer
enum
Defaults to 0

Storage type of the list (optional). 0 = MySQL (default), 1 = Mongo. Values other than 0/1 return 40524; listType=1 requires the account to be whitelisted, otherwise 40525.

Allowed:
Responses

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