POST
/
message
/
sendList
/
{instance}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Body

application/json
buttonText
string
required

Button text

number
string
required

Number to receive the message (with country code)

sections
object[]
required
title
string
required

List title

delay
integer

Presence time in milliseconds before sending message

description
string

List description

Footer text

mentioned
string[]
mentionsEveryOne
boolean

Mention everyone on a group message

quoted
object

Response

201 - application/json
message
object
required

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

key
object

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

messageTimestamp
string

The timestamp of the message, represented as a string.

status
string

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