---
title: "Return the email template by name"
method: GET
path: "/v1/email-template/name/{name}"
tags: ["email-template"]
---

# Return the email template by name

`GET /v1/email-template/name/{name}`

## Path parameters

- `name` string, required

## Response `200`

successful operation

- 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` — bad request
- `404` — not found

---

[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)
