---
title: "Create template."
method: POST
path: "/project/v1/templates/"
tags: ["templates"]
---

# Create template.

`POST /project/v1/templates/`

Create a new project template.

## Request body

- object
  - `name` string, required — Template name
  - `subject` string — Email subject line
  - `body` string — Email body content

## Response `201`

Default Response

- object
  - `data` object
    - `id` string
    - `name` string
    - `subject` string
    - `body` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

---

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