create poll message

Creates and sends an interactive poll message to a specified chat. The poll can have between 2-12 options and optionally allow multiple selections.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Instance ID

Body Params
string
required

Chat ID <countrycode_short>@c.us or @g.us for groups

string
required

The poll question or caption text

options
array of strings
required
length between 2 and 12

Array of poll options. Must contain between 2 and 12 options.

options*
boolean
Defaults to false

When true, allows participants to select multiple options

Responses

401

Unauthorized β€” invalid or missing bearer token

403

Forbidden β€” insufficient permissions or account blocked

404

Not found β€” instance does not exist or does not belong to you

409

Conflict β€” instance is not ready

429

Too many requests β€” rate limit exceeded

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json