---
title: "Create an email template"
method: POST
path: "/v1/email_templates"
tags: ["Email"]
---

# Create an email template

`POST /v1/email_templates`

## Request body

- EmailTemplate
  - `id` string, uuid
  - `name` string, required
  - `subject` string, nullable
  - `category` string, nullable
  - `is_shared` boolean, nullable
  - `created_at` string, date-time

## Response `201`

Created

---

[API](https://skmtc.net/hecher/apis/growgelt-api.md) · [All operations](https://skmtc.net/hecher/apis/growgelt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hecher/growgelt-api/revisions/b79af77cd086/schema)
