---
title: "Send Status"
method: POST
path: "/message/sendStatus/{instance}"
tags: ["Message Controller"]
---

# Send Status

`POST /message/sendStatus/{instance}`

Post WhatsApp status (stories)

## Path parameters

- `instance` string, required

## Request body

- object
  - `type` 'text' | 'image' | 'audio', required — status type
  - `content` string, required — status type
  - `caption` string, required — Optional for image or video
  - `backgroundColor` string, required — Exemple #008000
  - `font` number, required — 1 = SERIF 2 = NORICAN_REGULAR 3 = BRYNDAN_WRITE 4 = BEBASNEUE_REGULAR 5 = OSWALD_HEAVY
  - `allContacts` boolean, required — true to send to all contacts or false to send to statusJidList below
  - `statusJidList` string[], required — Numbers to send status

## Response `201`

Created

- object
  - `key` object — The key of the message, which identifies the message in the chat.
    - `remoteJid` string — The remote Jid.
    - `fromMe` boolean — Indicates whether the message was sent by the user.
    - `id` string — The ID of the message.
  - `message` object — The message content, which may include various types of messages like text, images, etc.
    - `extendedTextMessage` object — Details of the extended text message.
      - `text` string — The text content of the message.
      - `backgroundArgb` integer — The background color of the text message, represented as ARGB integer value.
      - `font` string — The font used in the text message.
  - `messageTimestamp` string — The timestamp of the message, represented as a string.
  - `status` string — The status of the message, such as sent, received, or pending.
  - `participant` string — The participant in the chat to whom the message was sent.

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-api-2.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-api-2/revisions/153363ee7f38/schema)
