Skip to main content
POST
Mark chat as unread

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Path Parameters

instance
string
required

The number's display name in the Pilot Status dashboard.

Body

application/json
lastMessage
object
required

Reference to the chat's last message.

Example:
lastMessage.key
object
required

Message key with id, remoteJid, fromMe.

lastMessage.messageTimestamp
integer

Unix timestamp of the last message.

chat
string

Chat JID to mark unread.

Example:

"5511999999999@s.whatsapp.net"

Response

Success — provider-native response body.

chatId
string
required

RemoteJid of the chat that was marked unread.

markedChatUnread
boolean
required

Whether the chat was successfully marked as unread.