Mark conversation as replied or not replied
PATCH/api/v2/conversation/mark-reply-status/:conversationId
Toggles the "reply status" tag of a specific conversation. This is often used to manually flag a conversation that still needs attention ("Not Replied") or clear that flag ("Replied").
Scenarios:
- Mark as Not Replied: Set
markReply=true. The conversation will be flagged as needing a reply (Response fieldnotReplied: true). - Mark as Replied: Set
markReply=false. The conversation flag is cleared (Response fieldnotReplied: false).
Request
Responses
- 200
Conversation status updated successfully.