Template Elements
Templates can include text, media, and interactive elements, and can be managed through the Messaging API and WhatsApp Manager.
Variables
{
"name": "sample",
"category": "UTILITY",
"components": [
{
"format": "TEXT",
"text": "New request",
"type": "HEADER"
},
{
"type": "BODY",
"text": "Hi {{1}}, thanks for getting in touch with {{2}}. We will process your request get back to you shortly",
"example": {
"body_text": [
[
"Emilia",
"360dialog"
]
]
}
},
{
"text": "WhatsApp Business API provided by 360dialog",
"type": "FOOTER"
}
],
"language": "en_US"
}Components
Headers
Text Headers
Placeholder
Description
Example Value
Media Headers
Placeholder
Description
Example Value
Location Headers
Properties
Body
Syntax
Properties
Placeholder
Description
Example Value
Example
Footer
Syntax
Properties
Placeholder
Description
Example Value
Example
Buttons
Examples of valid groupings
Examples of invalid groupings:

Phone number Buttons
Placeholder
Description
Example Value
URL Buttons
Placeholder
Description
Example Value
Example Request - Limited Time Offer
SPM Buttons
Quick Reply Buttons
Placeholder
Description
Example Value
Example Request - Seasonal Promotion
Copy Code Buttons
Placeholder
Description
Example Value
OTP Buttons
Flows Buttons
Placeholder
Description
Example Value
Last updated
Was this helpful?