v1

latestOpenAPI 3.1.02026-07-14330101.9 KB

๐ŸŒŸ Star Message

This endpoint lets users star important messages, marking them for easy access later. Starring messages is especially useful in scenarios where users need to keep track of critical information, such as confirmation numbers, addresses, or important instructions. The Star a Message functionality helps users manage their conversations more efficiently by highlighting key messages in long conversations.

put/send-message/star

Request body

message_idstring required

The message id ( get from chat detail )

starredboolean required

Indicates if the message is starred or not

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "OK",
  "data": {
    "contact_id": "6281357541790@c.us",
    "starred": true,
    "timestamp": "2024-09-10T08:53:25.951412Z"
  }
}