Template message - document
Send WhatsApp Message API
POST
http://api.koreroplatforms.com/v1/whatsapp/send
Headers
Name | Type | Description |
---|---|---|
api_key | string | API Key |
Request Body
Name | Type | Description |
---|---|---|
from | string | The WhatsApp number associated with your WABA account |
to | string | Recipient mobile number |
type | string | pass value as 'template' |
template | object | |
template_id | string | The template ID provided on the user panel |
header | string | The object to pass the document information |
type | string | pass value as 'document' |
document | object | |
accessory_url | string | Pass the URL which hosts the document file |
filename | string | The name of the file to be displayed to the recipient |
body | object | |
type | string | pass value as 'text' |
personalization | string | The array of personalized values |
Sample Request Body
Last updated