v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBSubmit Whatsapp Template for review
post/accounts/{whatsappAccountId}/templates
Path parameters
whatsappAccountIdstring required
WhatsApp account id
Headers
Authorizationstring required
Bearer {access_token}
Content-Typestring required
application/json
Request body
Response
201
Example response
{
"templateName": "body_only",
"templateCategory": "ACCOUNT_UPDATE",
"localizations": [
{
"language": "en",
"components": [
{
"type": "BODY",
"text": "Hello {{1}}!"
}
]
}
]
}