---
title: "Create a template folder"
method: POST
path: "/template-folders"
tags: ["Template Folders"]
---

# Create a template folder

`POST /template-folders`

Create a template folder

## Request body

- CreateTemplateFolderDTO
  - `name` string — The name of the template folder
  - `parent_id` string, nullable — The ID of the parent folder
  - `whats_app_business_account_id` string, nullable — The WhatsApp Business Account ID associated with the folder

## Response `200`

OK

- PATemplateFolderDTO
  - `id` string — The ID of the template folder
  - `name` string — The name of the template folder
  - `parent_id` string, nullable — The ID of the parent folder

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/superchat/apis/superchat-api.md) · [All operations](https://skmtc.dev/superchat/apis/superchat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superchat/superchat-api/revisions/3bc557a0072f/schema)
