---
title: "Create Template API"
method: POST
path: "/v3/metainfo/template/create"
tags: ["WhatsApp Templates"]
---

# Create Template API

`POST /v3/metainfo/template/create`

Create a new WhatsApp template. This unified endpoint supports creating different types of templates including text-only, media (image/video), and carousel templates by using different request schemas.

## Parameters

- `#/paths/~1v3~1metainfo~1template~1list/get/parameters/0` — unresolved $ref

## Request body

- Schema — unresolved $ref

## Response `200`

Successfully created template

- CreateTemplateSuccessResponse
  - `status` 'success' | 'error', required — Indicates if the request was successful or not.
  - `message` string, required — A descriptive message about the outcome of the operation.
  - `data` object, required
    - `category` string
    - `facebook_template_id` string
    - `status` string
    - `template_id` integer

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
