GET Templates List
API to get list of all the templates with their current status
API End Point
https://api.v7.botpenguin.com/whatsapp-automation/wa/templates?apiKey=*API KEY*Request Headers
Header
Details
Query Params
Header
Details
Examples
curl --location --request GET 'https://api.v7.botpenguin.com/whatsapp-automation/wa/templates?apiKey=*API KEY*' \\
--header 'apiKey: *API KEY*'{
"success": true,
"data": [
{
"_id": "6912ee67c8a7cb954e0ced96",
"_user": "5fed38e56fb193dcc6c933f5",
"_bot": "690823e884ec34b46d906126",
"templateId": "1162333778785556",
"configuration": {
"name": "professional_reusable",
"category": "MARKETING",
"language": "en",
"components": [
{
"type": "HEADER",
"format": "TEXT",
"text": "Hi users"
},
{
"type": "BODY",
"text": "I hope youβre doing well.\nIβm writing to [purpose β e.g., request approval / share an update / ask for information\n\nWhat you want the recipient to do β be specific and include deadline if any"
},
{
"type": "FOOTER",
"text": "[Key point 1 β what happened or what you need] [Key point 2"
},
{
"type": "BUTTONS",
"buttons": [
{
"type": "QUICK_REPLY",
"text": "Thanks"
}
]
}
]
},
"status": "APPROVED",
"headerMediaUrl": "",
"triggerConfig": [],
"carousalHeaderUrls": [],
"templateType": "REGULAR",
"createdAt": "2025-11-11T08:05:59.522Z",
"updatedAt": "2025-11-11T08:05:59.522Z",
"__v": 0
},
{
"_id": "691305fe3c261eed3246ef8e",
"_user": "5fed38e56fb193dcc6c933f5",
"_bot": "690823e884ec34b46d906126",
"templateId": "1377958567099477",
"configuration": {
"name": "appointment_reminder_notification",
"category": "MARKETING",
"language": "en",
"components": [
{
"type": "HEADER",
"format": "TEXT",
"text": "Appointment Reminder"
},
{
"type": "BODY",
"text": "Hi {{1}} , this is a reminder for your appointment scheduled on {{2}} at {{3}}.\nPlease confirm if youβll be able to attend.",
"example": {
"body_text": [
[
"user",
"16 November, 2025",
"3 pm"
]
]
}
},
{
"type": "FOOTER",
"text": "Reply STOP to unsubscribe."
}
]
},
"status": "APPROVED",
"headerMediaUrl": "",
"triggerConfig": [],
"carousalHeaderUrls": [],
"templateType": "REGULAR",
"createdAt": "2025-11-11T09:46:38.244Z",
"updatedAt": "2025-11-11T09:46:38.244Z",
"__v": 0
},
{
"_id": "691abcf7ad24899b2d475542",
"_user": "5fed38e56fb193dcc6c933f5",
"_bot": "690823e884ec34b46d906126",
"templateId": "2370926096757892",
"configuration": {
"name": "call_permission",
"category": "MARKETING",
"language": "en",
"components": [
{
"type": "BODY",
"text": "Can we call you to provide more information about your request?"
},
{
"type": "CALL_PERMISSION_REQUEST"
}
]
},
"status": "APPROVED",
"headerMediaUrl": "",
"triggerConfig": [],
"carousalHeaderUrls": [],
"templateType": "REGULAR",
"createdAt": "2025-11-17T06:13:11.592Z",
"updatedAt": "2025-11-17T06:13:11.592Z",
"__v": 0
},
{
"_id": "691abdfec169c6d89a6a2175",
"_user": "5fed38e56fb193dcc6c933f5",
"_bot": "690823e884ec34b46d906126",
"templateId": "772578465807609",
"configuration": {
"name": "call_support_request",
"category": "MARKETING",
"language": "en",
"components": [
{
"type": "BODY",
"text": "We would like to call you to help with your recent request. Do we have your permission to call?"
},
{
"type": "CALL_PERMISSION_REQUEST"
}
]
},
"status": "APPROVED",
"headerMediaUrl": "",
"triggerConfig": [],
"carousalHeaderUrls": [],
"templateType": "REGULAR",
"createdAt": "2025-11-17T06:17:34.258Z",
"updatedAt": "2025-11-17T06:17:34.258Z",
"__v": 0
},
{
"_id": "691afa8750b452e849888009",
"_user": "5fed38e56fb193dcc6c933f5",
"_bot": "690823e884ec34b46d906126",
"templateId": "2272392363266084",
"configuration": {
"name": "utility_payment_reminder_template",
"category": "UTILITY",
"language": "en",
"components": [
{
"type": "BODY",
"text": "his is a gentle reminder that your payment of $100 is due tomorrow. Please make the payment to avoid interruption in service."
}
]
},
"status": "APPROVED",
"headerMediaUrl": "",
"triggerConfig": [],
"carousalHeaderUrls": [],
"templateType": "REGULAR",
"createdAt": "2025-11-17T10:35:51.033Z",
"updatedAt": "2025-11-17T10:35:51.033Z",
"__v": 0
}
]
}Response Fields
Root Level
Field
Type
Description
data[] (Template Object)
data[] (Template Object)Field
Type
Description
configuration Object
configuration ObjectField
Type
Description
components[] Object
components[] ObjectField
Type
Description
buttons[] Object
buttons[] ObjectField
Type
Description
Summary
Header
Details
Last updated
Was this helpful?