contacts

Name Resource Description
Create a mail contact POST api/2.0/mail/contact/add Creates a mail contact with the parameters specified in the request.
Get contacts by contact information GET api/2.0/mail/contacts/bycontactinfo Returns a list of mail contacts with the contact information specified in the request.
Get contacts by search query GET api/2.0/mail/contacts Returns a list of filtered mail contacts by the search query specified in the request.
Get the linked CRM entities GET api/2.0/mail/crm/linked/entities Returns a list of the CRM entities (contact, case, or opportunity) linked with a conversation.
Remove mail contacts PUT api/2.0/mail/contacts/remove Removes the mail contacts with the IDs specified in the request.
Search contacts GET api/2.0/mail/emails/search Searches for contacts by their names, last names, or emails.
Update a mail contact PUT api/2.0/mail/contact/update Updates a mail contact with the ID specified in the request.