Add a tag to the conversations
|
PUT api/2.0/mail/conversations/tag/{tag_id}/set
|
Adds a tag specified in the request to the selected conversations.
|
Check a conversation CRM status
|
GET api/2.0/mail/conversations/link/crm/status
|
Checks if a conversation is CRM linked or not by message ID.
|
Get a conversation
|
GET api/2.0/mail/conversation/{id}
|
Returns a list of messages linked in one chain (conversation).
|
Get filtered conversations
|
GET api/2.0/mail/conversations
|
Returns the conversations with the parameters specified in the request.
|
Get the previous or next conversation ID
|
GET api/2.0/mail/conversation/{id}/{direction}
|
Returns the previous or next conversation ID filtered with the parameters specified in the request.
|
Link a conversation to CRM
|
PUT api/2.0/mail/conversations/crm/link
|
Links a conversation to the CRM entities. All the new mails will be added to the CRM history.
|
Mark a conversation as CRM linked
|
PUT api/2.0/mail/conversations/crm/mark
|
Marks a conversation as CRM linked. All the new mails will be added to the CRM history.
|
Move conversations
|
PUT api/2.0/mail/conversations/move
|
Moves conversations with the IDs specified in the request to the selected folder.
|
Remove a tag from the conversations
|
PUT api/2.0/mail/conversations/tag/{tag_id}/unset
|
Removes a tag specified in the request from the conversations.
|
Remove conversations
|
PUT api/2.0/mail/conversations/remove
|
Removes conversations with the IDs specified in the request from the folders.
|
Restore conversations
|
PUT api/2.0/mail/conversations/restore
|
Restores the conversations with the IDs specified in the request to their original folders.
|
Set a conversation status
|
PUT api/2.0/mail/conversations/mark
|
Sets a status to the conversations with the IDs specified in the request.
|
Unmark a conversation as CRM linked
|
PUT api/2.0/mail/conversations/crm/unmark
|
Unmarks a conversation as CRM linked.
|