Contacts
Create contact attribute
post/contacts/attributes/{attributeCategory}/{attributeName}
Path parameters
attributeCategory'normal' | 'transactional' | 'category' | 'calculated' | 'global' required
Category of the attribute
attributeNamestring required
Name of the attribute
Request body
Example request
{
"value": "COUNT[BLACKLISTED,BLACKLISTED,<,NOW()]",
"isRecurring": true,
"enumeration": [
{
"value": 1,
"label": "Women"
}
],
"type": "text"
}Response
Attribute created