cURL
curl --request PUT \ --url https://api.crunchz.app/api/send-message/star \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "message_id": "false_xxx@c.us_3A3729D867221FE0B9BD", "starred": true }'
{ "success": true, "message": "<string>", "data": { "contact_id": "<string>", "starred": "<string>", "timestamp": "<string>" } }
Star important messages to mark them for easy access and efficient conversation management.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
StarredMessageResource
The response is of type object.
object
Was this page helpful?