---
title: "Submit Whatsapp Template for review"
method: POST
path: "/accounts/{whatsappAccountId}/templates"
---

# Submit Whatsapp Template for review

`POST /accounts/{whatsappAccountId}/templates`

## Path parameters

- `whatsappAccountId` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- object
  - `templateName` string — The name of the Template. Max 512 ASCII char set
  - `templateCategory` string — Category of the template. Fixed set as per documentation.
  - `localizations` string — Localizations of the template
  - `language` string — Supported language codes can be found at https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates
  - `components` string — Components the template is defined of
  - `componentType` string — Determines the type of the component. Can be Header, Footer, Body, Buttons.
  - `text` string — Template text
  - `format` string — Which kind of header can be any of TEXT / IMAGE / DOCUMENT / VIDEO
  - `buttons` unknown[] — There can be up to 3 Quick reply buttons and Call to action buttons can be at most one of each button type for a maximum of 2 buttons.
    - unknown

## Response `201`

201

- object
  - `templateName` string
  - `templateCategory` string
  - `localizations` object[]
    - `language` string
    - `components` object[]
      - `type` string
      - `text` string

## Other responses

- `400` — 400
- `404` — 404

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
