WhatsApp Template Management

During an active Service Conversation Window, you can send free-form WhatsApp messages to users without using templates. Check Reply Message API

To send message to end customers outside service conversation window, we need to send template messages.

API Endpoint

Get Templates List

GET: https://app.cunnekt.com/restapi/v1/whatsapp/templates

Create a Template

POST: https://app.cunnekt.com/restapi/v1/whatsapp/templates

Authentication

All requests must be authenticated using an API key.

API-KEY: your_api_key
Content-Type: application/json

API Syntax:

Method: POST
curl 'https://app.cunnekt.com/restapi/v1/whatsapp/templates' \
-H 'Content-Type: application/json' \
-H 'API-KEY: {your_api_key}' \
-d '
{
"name": "",
"category": "",
"language": "",
"parameter_format": "",
"components": []
}'

To understand more about parameters to create a template, please check Meta Documentation

Note: API Endpoint will be of Cunnekt. Available on this page.