Skip to main content

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:

  1. Mark as Not Replied: Set markReply=true. The conversation will be flagged as needing a reply (Response field notReplied: true).
  2. Mark as Replied: Set markReply=false. The conversation flag is cleared (Response field notReplied: false).

Request

Responses

Conversation status updated successfully.