Skip to main content
POST
Send poll

Request

Send a poll (voting) message to a WhatsApp number.
string
required
Name of the instance

Body parameters

string
required
Recipient’s WhatsApp number with country code (e.g., “5511999999999”)
string
required
Poll question or title
number
required
Maximum number of options that can be selected (1 for single choice, >1 for multiple choice)
array
required
Array of poll options (strings)
number
Delay in milliseconds before sending

Response

object
Message key information
object
Poll message details

Example request

Notes

  • Set selectableCount to 1 for single-choice polls
  • Set selectableCount to a number greater than 1 for multiple-choice polls
  • Maximum number of poll options is 12
  • Poll results are visible to all participants
Polls are only supported on WhatsApp versions that support the poll feature. Older clients may not be able to vote.