v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBWhatsApp Templates
Create a template
Creates a WhatsApp template.
post/whatsapp/templates
Request body
Example request
{
"wabaId": "whatsapp-business-account-id",
"name": "sample_whatsapp_template",
"language": "en",
"messageSendTtlSeconds": 600,
"components": [
{
"buttons": [
{
"autofill_text": "Autofill",
"package_name": "com.example.myapplication",
"signature_hash": "K8a%2FAINcGX7",
"flow_id": "1",
"flow_action": "navigate",
"navigate_screen": "WELCOME_SCREEN"
}
],
"code_expiration_minutes": 5,
"limited_time_offer": {
"text": "Expiring offer!"
},
"cards": [
{
"components": [
{
"buttons": [
{
"autofill_text": "Autofill",
"package_name": "com.example.myapplication",
"signature_hash": "K8a%2FAINcGX7",
"flow_id": "1",
"flow_action": "navigate",
"navigate_screen": "WELCOME_SCREEN"
}
]
}
]
}
]
}
],
"ctaUrlLinkTrackingOptedOut": true
}Response
Successfully created a WhatsApp template.
Example response
{
"officialTemplateId": "official-template-id",
"wabaId": "whatsapp-business-account-id",
"language": "en_US",
"messageSendTtlSeconds": 600,
"components": [
{
"buttons": [
{
"autofill_text": "Autofill",
"package_name": "com.example.myapplication",
"signature_hash": "K8a%2FAINcGX7",
"flow_id": "1",
"flow_action": "navigate",
"navigate_screen": "WELCOME_SCREEN"
}
],
"code_expiration_minutes": 5,
"limited_time_offer": {
"text": "Expiring offer!"
},
"cards": [
{
"components": [
{
"buttons": [
{
"autofill_text": "Autofill",
"package_name": "com.example.myapplication",
"signature_hash": "K8a%2FAINcGX7",
"flow_id": "1",
"flow_action": "navigate",
"navigate_screen": "WELCOME_SCREEN"
}
]
}
]
}
]
}
],
"status": "REJECTED",
"createTime": "2022-06-01T12:00:00.000Z",
"updateTime": "2022-06-01T12:00:00.000Z",
"disableDate": "December 9, 2022",
"whatsappApiError": {
"message": "HSM Template creation failed",
"type": "OAuthException",
"error_user_msg": "This message template cannot be created.",
"error_user_title": "Message Cannot Be Submitted",
"fbtrace_id": "AVGjJ7ia2zJkrHG"
}
}