Conversations
Mark conversation as read
Reset the thread's unreadCount to zero. Marks the thread read in your own inbox only: it does not send a read receipt to the contact.
post/v1/conversations/{conversationId}/read
Path parameters
conversationIdstring required
Response
Conversation marked as read.
Example response
{
"conversation": {
"id": "js723987cyghwqxxaxcf590qd18axd95",
"contactIdentifier": "+56912345678",
"channels": [
"whatsapp",
"sms"
]
}
}