Send Quizzes and Questions to WhatsApp Channels
Create & Share Quizzes on WhatsApp
Last updated
curl -X POST "https://gate.whapi.cloud/messages/quiz" \
-H "Authorization: Bearer <CHANNEL_TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"to": "120363298746512907@newsletter",
"title": "Which planet is known as the Red Planet?",
"options": ["Mars", "Venus", "Jupiter"],
"correct_option_index": 0,
"hide_participant_name": false,
"allow_add_option": false
}'{
"options": ["Mars", "Venus", "Jupiter"],
"correct_option_index": 0
}curl -X POST "https://gate.whapi.cloud/messages/question" \
-H "Authorization: Bearer <CHANNEL_TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"to": "120363298746512907@newsletter",
"body": "What topic would you like us to cover next?"
}'POST https://gate.whapi.cloud/newsletters/120363298746512907%40newsletter/trackingGET https://gate.whapi.cloud/messages/{MessageID}{
"id": "H7nK4pQ2vD9mX6aL3sT8wB1cR5yF0jE",
"from_me": true,
"type": "quiz",
"timestamp": 1782463650,
"source": "api",
"device_id": 41,
"starred": false,
"chat_id": "120363298746512907@newsletter",
"from": "447911825604",
"status": "pending",
"quiz": {
"title": "Which planet is known as the Red Planet?",
"options": [
"Mars",
"Venus",
"Jupiter"
],
"vote_limit": 1,
"total": 1,
"results": [
{
"name": "Mars",
"voters": [
"447700912638"
],
"count": 1,
"id": "T9qL2rW7mF4xA8nK6pV1cD5sH3jB0eYzUoG="
},
{
"name": "Venus",
"voters": [],
"count": 0,
"id": "M4vC8aR1kP6sX9wD2nL7fT5jQ0hY3eBuZiN="
},
{
"name": "Jupiter",
"voters": [],
"count": 0,
"id": "K7dF3pA9xN2rV6mS1wQ8cL4jH0tY5eBzUiG="
}
],
"correct_answer": "Mars"
}
}182736451928374@lid