ContactOrderField
The possible fields to order contacts by.
enum ContactOrderField {
COMPANY_NAME
CONVERSATION_COUNT
CREATED_AT
EMAIL
JOB_TITLE
LAST_SEEN_AT
NAME
UPDATED_AT
}
Values
ContactOrderField.COMPANY_NAME
Orders by the name of the contact's company.
ContactOrderField.CONVERSATION_COUNT
Orders by the number of conversations of the contact.
ContactOrderField.CREATED_AT
Orders by the date that the contact was created.
ContactOrderField.EMAIL
Orders by the contact's primary email.
ContactOrderField.JOB_TITLE
Orders by the contact's job title.
ContactOrderField.LAST_SEEN_AT
Orders by the date that the agent was last seen.
ContactOrderField.NAME
Orders by the contact name.
ContactOrderField.UPDATED_AT
Orders by the date that the contact was last updated.
Member of
ContactOrder input