POST
/
message
/
sendStatus
/
{instance}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Body

application/json
content
string
required

Text content for type text or file URL for type image and audio

type
enum<string>
required

status type

Available options:
text,
image,
audio
allContacts
boolean

true to send to all contacts or false to send to statusJidList

backgroundColor
string

Background hex color

caption
string

Text caption for type image status

font
integer

1 - Serif 2 - Norican Regular 3 - Bryndan Write 4 - BebasNeue Regular 5 - Oswald Heavy

statusJidList
string[]

Response

201 - application/json
key
object

The key of the message, which identifies the message in the chat.

message
object

The message content, which may include various types of messages like text, images, etc.

messageTimestamp
string

The timestamp of the message, represented as a string.

participant
string

The participant in the chat to whom the message was sent.

status
string

The status of the message, such as sent, received, or pending.