Create list field
Parameters | |
---|---|
api_key (string) | Your API key. |
label (string) | A human readable label for the field. |
tag (alphanumeric string) | The identifier used to reference the field in your emails. |
type (string) | The type of the field - can be NUMBER or TEXT. |
fallback (string, optional) | A default value for the field, used when there is no other value available. |
200 (Success) Returns | ||||||||
---|---|---|---|---|---|---|---|---|
Details of the new field:
|
Non-200 (Error) Returns | ||||
---|---|---|---|---|
Details of the error:
|
API-wide Error Codes | |
---|---|
INVALID_PARAMETERS | Parameters are missing or invalid. |
API_KEY_INVALID | Your API key is invalid. |
UNAUTHORISED | You're not authorised to perform that action. |
NOT_FOUND | The requested endpoint does not exist. |
UNKNOWN | An unknown error has occurred. |
Example Request | |
---|---|
|
Example Response | |
---|---|
|