Template Messages
A message template is required to start a business-initiated conversation. These messages are stored on a WABA level, so multiple phone numbers in the same WABA can use the same template messages.
Template messages must be submitted to Meta for approval before they are available to use.
Each WhatsApp Business Account can have up to 250 message templates. That means 250 message template names, and each of them can have multiple language translations. For example, a message template called hello_world
translated into two languages counts as a single message template in regards to this limit.
Sending a Template Message
Send Template Message
POST
https://api.qikchat.in/v1/messages
Request Body
to_contact*
string
customer whatsapp number you want to send message
type*
strng
template
template*
String
contains multiple fields
A successful response includes a data object with an ID for the message sent.
Example 1 - Sending Basic Template Message
Example 2 - Sending Media Template Message with Parameters
Last updated