Send Message
Send Poll
POST
https://{server-url}
/
message
/
sendPoll
/
{instance}
Authorizations
apikey
string
headerrequiredYour authorization key header
Path Parameters
instance
string
requiredID of the instance to connect
Body
application/json
number
string
requiredNumber to receive the message (with country code)
name
string
requiredName of the poll
selectableCount
integer
requiredHow many options each person can select
Required range:
x > 1
values
string[]
requireddelay
integer
Presence time in milliseconds before sending message
quoted
object
mentionsEveryOne
boolean
Mention everyone on a group message
mentioned
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, poll creation, etc.
messageTimestamp
string
The timestamp of the message, represented as a string.
status
string
The status of the message, such as sent, received, or pending.