Create Custom Field
Creates a new custom field in Moosend.
Query
Comma-separated response fields to include.
Body
The ID of the email list where the custom field is created.
The name of the custom field.
Specifies the data type of the custom field. This must be one of the following values. Text (Default) - accepts any text value as input. Number - accepts only numeric values as input. DateTime - accepts only date values as input, with or without time. SingleSelectDropdown - accepts only values explicitly defined in a list. CheckBox - accepts only values of true or false.
If you want to create a SingleSelectDropdown custom field, you must set this parameter to specify the available options for the user to choose from. Use a comma (,) to separate different options.
Specifies whether the custom field is mandatory or not when adding a subscriber to your list. You must specify a value of true or false (Default).
Specifies whether the custom field is visible to your subscribers in the Update Profile page. You must specify a value of true or false (Default).