Create template
Create a WhatsApp message template. Note: Templates must be approved by Meta before use.
post/v1/templates
Request body
Example request
{
"buttons": [
{
"example": "ORD-12345"
}
]
}Response
Template created.
Example response
{
"name": "order_confirmation",
"language": "en",
"body": "Hi {{1}}, your order {{2}} has shipped."
}