Change conversation assignee and update tags in a conversation
PATCH/api/v2/conversation/:conversationId
- Updates the assigned user for a specific conversation.
- Updates the properties of a specific conversation.
Use this endpoint to:
- Add Tags: Send the list of tags in the
tagsarray. - Remove Tags: Send an empty
tagsarray[]. - Update Business Record: Link/Unlink a business record via
businessRecordId.
Request
Responses
- 200
Details updated successfully.