Authorizations
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
Path Parameters
The numeric ID of the account
Body
Attribute display name
"Custom Attribute"
Attribute display type (text- 0, number- 1, currency- 2, percent- 3, link- 4, date- 5, list- 6, checkbox- 7)
0
Attribute description
"This is a custom attribute"
Attribute unique key value
"custom_attribute"
Attribute values
["value1", "value2"]
Attribute type(conversation_attribute- 0, contact_attribute- 1)
0
Regex pattern (Only applicable for type- text). The regex pattern is used to validate the attribute value(s).
"^[a-zA-Z0-9]+$"
Regex cue message (Only applicable for type- text). The cue message is shown when the regex pattern is not matched.
"Please enter a valid value"
Response
Success
Identifier
Attribute display name
Attribute display type (text, number, currency, percent, link, date, list, checkbox)
Attribute description
Attribute unique key value
Regex pattern
Regex cue
Attribute values
Attribute type(conversation_attribute/contact_attribute)
Attribute default value
The date and time when the custom attribute was created
The date and time when the custom attribute was updated