---
title: "🌟 Star Message"
method: PUT
path: "/send-message/star"
---

# 🌟 Star Message

`PUT /send-message/star`

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.

## Request body

- object
  - `message_id` string, required — The message id ( get from chat detail )
  - `starred` boolean, required — Indicates if the message is starred or not

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `contact_id` string
    - `starred` boolean
    - `timestamp` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crunchz/apis/live-2.md) · [All operations](https://skmtc.net/crunchz/apis/live-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchz/live-2/versions/14e6b45e8808/schema)
