{
"chatId": "11001234567@c.us",
"message": "Please choose the color:",
"options": [
{
"optionName": "green"
},
{
"optionName": "red"
},
{
"optionName": "blue"
}
],
"multipleAnswers": false
}
curl --location -g --request POST 'https://api.green-api.com/waInstance<Your idInstance from your Green API account>/sendPoll/<Your apiTokenInstance from your Green API account>' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "11001234567@c.us",
"message": "Please choose the color:",
"options": [
{
"optionName": "green"
},
{
"optionName": "red"
},
{
"optionName": "blue"
}
],
"multipleAnswers": false
}'
{
"idMessage": "3EB0160E742127137282"
}