---
title: "Create a new email template"
method: POST
path: "/v1/email-template"
tags: ["email-template"]
---

# Create a new email template

`POST /v1/email-template`

## Request body

- CreateEmailTemplate
  - `name` string, required — name of the email template
  - `category` 'ADMINISTRATIVE' | 'BILLING' | 'DATA_IMPORT_AND_SYNC_STATUS' | 'TRIAL_REMINDERS' | 'APPROVAL_NOTIFICATIONS', required — email category

## Response `201`

email template created

- EmailTemplate
  - `id` string, required — globally unique id
  - `name` string, required — name of the email template
  - `category` 'ADMINISTRATIVE' | 'BILLING' | 'DATA_IMPORT_AND_SYNC_STATUS' | 'TRIAL_REMINDERS' | 'APPROVAL_NOTIFICATIONS', required — email category

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied

---

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