v1
latestOpenAPI 3.1.02026-07-1413113265.9 KBchat
unmute chat
Removes mute settings from a specified chat, allowing notifications to be received again.
post/instances/{id}/client/action/unmute-chat
Path parameters
idinteger required
The ID of the instance
Request body
Example request
{
"chatId": "50664083362@c.us"
}Response
Chat unmuted successfully
Example response
{
"status": "success",
"instanceId": "1",
"data": {
"chatUnmuted": true
}
}