---
title: "Create an email template folder"
method: POST
path: "/v3/email-template-folders"
tags: ["Email Templates"]
---

# Create an email template folder

`POST /v3/email-template-folders`

<small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>

Creates a new email template folder.

## Request body

- object — Request body for creating a new email template folder.
  - `name` string, required — Name of the folder
  - `folderType` 'personal' | 'team', required — Type of the folder

## Response `201`

Email template folder created successfully

- object — An email template folder for organizing templates.
  - `id` integer — Unique identifier for the folder
  - `name` string — Name of the folder
  - `folderType` string — Type of the folder (e.g., "personal", "shared")
  - `isDefault` boolean — Whether this is a default folder

## Other responses

- `400` — Validation failure on the request body, or a business rule rejection.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to create template folders
- `409` — A folder with the given name already exists
- `429` — Too Many Requests

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/versions/1c3d32eaf95e/schema)
