{
"event": "poll.vote.failed",
"data": {
"id": "<string>",
"event": "poll.vote.failed",
"metadata": [
{}
],
"me": {
"id": "<string>",
"pushName": "<string>"
},
"payload": {
"vote": {
"id": "<string>",
"to": "<string>",
"from": "<string>",
"fromMe": true,
"selectedOptions": "<array>",
"timestamp": 123
},
"poll": {
"id": "<string>",
"to": "<string>",
"from": "<string>",
"fromMe": true
}
},
"instanceId": "<string>",
"userId": "<string>"
}
}Poll Vote Failed
Decryption failed for a user poll vote.
WEBHOOK
poll-vote-failed
{
"event": "poll.vote.failed",
"data": {
"id": "<string>",
"event": "poll.vote.failed",
"metadata": [
{}
],
"me": {
"id": "<string>",
"pushName": "<string>"
},
"payload": {
"vote": {
"id": "<string>",
"to": "<string>",
"from": "<string>",
"fromMe": true,
"selectedOptions": "<array>",
"timestamp": 123
},
"poll": {
"id": "<string>",
"to": "<string>",
"from": "<string>",
"fromMe": true
}
},
"instanceId": "<string>",
"userId": "<string>"
}
}poll.vote.failed
Decryption failed for a user poll vote. Same payload shape as poll.vote butselectedOptions is empty.Headers
User UUID associated with the connected WhatsApp instance.
Instance UUID of the connected WhatsApp instance.
Body
application/json
Response
200
The API successfully processed the batch of messages and returned a status of 200, confirming successful receipt and synchronization.