[
{
"id": "template_prefix_id_1",
"template_name": "Welcome Message",
"language": "en",
"category": "MARKETING",
"status": "approved",
"whats_app_business_account_id": 123,
"components": [
{
"type": "BODY",
"text": "Hello {{1}}, welcome to our service!",
"example": {
"body_text": [
[
"there"
]
]
}
}
],
"placeholders": [
"1"
],
"liquid_values": [
"subscriber.name"
]
},
{
"id": "template_prefix_id_2",
"template_name": "Order Confirmation",
"language": "en",
"category": "TRANSACTIONAL",
"status": "approved",
"whats_app_business_account_id": 123,
"components": [
{
"type": "BODY",
"text": "Your order #{{1}} has been confirmed.",
"example": {
"body_text": [
[
"12345"
]
]
}
}
],
"placeholders": [
"1"
],
"liquid_values": [
"order.number"
]
},
{
"id": "wat_abcd1234",
"template_name": "WhatsApp Template",
"name": "WhatsApp Template",
"system_name": "whatsapp_template",
"language": "en",
"category": "MARKETING",
"folder": "",
"status": "approved",
"reason": null,
"purpose": "general",
"whats_app_business_account_id": 1,
"user": {
"id": 1,
"name": "John Doe",
"email": "johndoe@example.com",
"phone_number": "+919988776655",
"time_zone": "Kolkata"
},
"components": [
{
"type": "HEADER",
"format": "IMAGE",
"example": {
"header_handle": [
"https://storage.googleapis.com/..."
]
}
},
{
"type": "BODY",
"text": "Hello {{1}}, use code {{2}} for a discount!",
"example": {
"body_text": [
[
"Jane",
"PEACH20"
]
]
}
},
{
"type": "BUTTONS",
"buttons": [
{
"type": "URL",
"text": "Shop Now",
"url": "https://..."
},
{
"type": "QUICK_REPLY",
"text": "Stop Promos"
}
]
}
],
"placeholders": [
"1",
"2"
],
"liquid_values": [
"subscriber.first_name",
"campaign.coupon_code"
],
"created_at": "2026-02-06T06:53:28.426Z",
"updated_at": "2026-02-06T06:56:21.069Z"
}
]