WhatsApp Official API
Create Meta Template
Creates a new message template in the associated WhatsApp Business Account (WABA).
POST
/
whatsapp
/
templates
Creates a new message template in the associated WhatsApp Business Account (WABA).
Request Body
agentId: The ID of the agent.name: Name of the template (lowercase, underscores only).category:MARKETING,UTILITY, orAUTHENTICATION.language: Language code (e.g.,en_US).components: Array of template components.
Example
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
agentId
string
requiredID of the agent.
name
string
requiredName of the template.
category
enum<string>
requiredCategory of the template.
Available options:
MARKETING, UTILITY, AUTHENTICATION language
string
requiredLanguage code (e.g., "en_US").
components
object[]
requiredTemplate components (header, body, footer, buttons).
Was this page helpful?

