cURL
curl --request POST \ --url https://app.wachat.net/api/v1/send-poll \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "instanceName": "<string>", "number": "<string>", "pollName": "<string>", "options": [ "<string>" ], "selectableCount": 123 } '
Send an interactive poll to a user or group.
Documentation IndexFetch the complete documentation index at: https://docs.wachat.net/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.wachat.net/llms.txt
Use this file to discover all available pages before exploring further.
Provide your Wachat API Key as a Bearer token.
Poll sent successfully