---
title: "POST /"
method: POST
path: "/"
---

# POST /

`POST /`

## Headers

- `accept` string, required
- `content-type` string, required

## Request body

- object
  - `name` string, required
  - `recipient_type` string, required — The type of recipient which is "individual" in this case
  - `type` string, required — The type of the message which "template" in this case
  - `template` object, required — Template object containing template details
    - `namespace` string — Your WhatsApp Business Account namespace
    - `name` string, required — The name of your approved template
    - `language` object, required — Language configuration for the template
      - `policy` string, required — Must be set to "deterministic"
      - `code` string, required — Language code (e.g., "en_US", "ar", "en")
    - `components` object[], required — Conditionally required - Array of component objects for dynamic content
  - `clientReferenceID` string — Your internal reference ID for tracking
  - `isTemplateWithFlow` boolean, required — Set to true if template includes WhatsApp Flow

## Response `200`

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/cequens/apis/authentication.md) · [All operations](https://skmtc.dev/cequens/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cequens/authentication/revisions/deadb0661f19/schema)
