Resource
Messages
Send WhatsApp templates, free-form text, and media — and list delivery history.
#About
Messages are the atom of the Zaptick API. Every other resource (campaigns, workflows, chatbots, flows) ultimately produces messages sent to end-users.
New conversations must start with a pre-approved template. Once the user replies, a 24-hour service window opens and you can use sendText freely until it expires.
#Endpoints
- POST
/sendSend a WhatsApp template message (opens a new conversation). - POST
/send-textSend a free-form text reply within the 24h service window. - GET
/messagesList messages for a conversation (newest-first, paginated).
POST
/sendSend a WhatsApp template message (opens a new conversation).
SDK
TypeScript
Request body
JSON
Response
JSON
POST
/send-textSend a free-form text reply within the 24h service window.
SDK
TypeScript
Request body
JSON
Response
JSON
GET
/messagesList messages for a conversation (newest-first, paginated).
SDK
TypeScript
Response
JSON