Messages endpoints
Send text, media, links, locations, contact cards and polls; read, edit, delete, forward, star and react to messages. Sends pass through the per-channel queue that spaces and jitters traffic to keep the number healthy.
https://api.wapito.com/v1
Send a channel token on every request: Authorization: Bearer wpt_YOUR_TOKEN
21 endpoints
/messages/text
/messages/image
/messages/video
/messages/document
/messages/sticker
/messages/audio
/messages/voice
/messages/short
/messages/link
/messages/location
/messages/contact
/messages/poll
/messages/{id}/react
/messages/list/{chat_id}
/messages/{id}
/messages/{id}/read
/messages/{id}/forward
/messages/{id}/star
Planned
Published in the specification so clients can be written against them; each answers 501 feature_not_available until it ships.
- POST
/messages/interactivePlannedSend an interactive button message - POST
/messages/carouselPlannedSend a carousel message - POST
/messages/quizPlannedSend a quiz message - POST
/messages/eventPlannedSend a group event invitation - POST
/messages/{id}/pinPlannedPin a message in a chat - DELETE
/messages/{id}/pinPlannedUnpin a message in a chat
Related
Reference
Try it on your own number
Create a channel, link a WhatsApp number by QR or pairing code, and call the API in a couple of minutes. The Sandbox plan is free and needs no card.