v1
latestOpenAPI 3.1.02026-07-14330101.9 KB๐ Send Polling
The Send Polling endpoint allows users to create and send polls to gather feedback from participants. This feature can be used in various contexts, such as gathering opinions in a group chat, conducting surveys, or making decisions based on the input of a group. By sending polling questions through the API, businesses and developers can engage with their audience, make data-driven decisions, and encourage participation in discussions or activities.
post/send-message/poll
Request body
Response
200
Example response
{
"success": true,
"message": "OK",
"data": {
"status": "PENDING",
"message": {
"contact_id": "6281357541790@s.whatsapp.net",
"poll": {
"name": "Are you have a bachelor degree ?",
"options": [
{
"optionName": "Yes"
}
],
"selectableOptionsCount": 1
}
},
"timestamp": "1725942021"
}
}