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
Response
200
Example response
{
"success": true,
"message": "OK",
"data": {
"contact_id": "6281357541790@c.us",
"starred": true,
"timestamp": "2024-09-10T08:53:25.951412Z"
}
}