Template Message - Text
Send WhatsApp Message API
POST
http://api.koreroplatforms.com/v1/whatsapp/send
This endpoint allows you to send a template message with just plain text to the recipient
Headers
Name
Type
Description
api_key
string
API Key
Request Body
Name
Type
Description
from
string
The WhatsApp number associated with the WABA account
to
string
Recipient Mobile Number
type
string
pass value as 'template'
template
object
The object to provide the template and user-specific information
template_id
string
The template ID provided on the Korero platform
body
object
The object to pass personalized information
type
string
pass value as 'text'
personalization
array
An array of personalized value that will replace the variables within the template
Sample Request Body
Last updated