---
title: "Retrieve a project email template"
method: GET
path: "/project_email_templates/{id}"
tags: ["Project email templates"]
---

# Retrieve a project email template

`GET /project_email_templates/{id}`

## Path parameters

- `id` string, required

## Response `200`

A `ProjectEmailTemplate` object

- ProjectEmailTemplate
  - `id` string, required — The ID of the email template
  - `name` string, required — The name of the email template
  - `subject` string, required — The subject of the email template
  - `body` string, nullable, required — The body of the email template. If present, `template_html` and `template_json` must be `null`
  - `kind` 'plaintext' | 'html' | 'unlayer' | 'old_editor' | 'editor', required — The kind of the email template
  - `template_html` string, nullable, required — The HTML of the email template. If present, `body` and `template_json` must be `null`
  - `template_json` unknown, required
  - `new_template_json` unknown, required
  - `new_template_html` string, nullable, required — The new unlayer HTML template. May be null
  - `attachments` object[], required — An array of attachments associated with the email template
    - `id` string, required — The ID of the attachment
    - `name` string, required — The name of the attachment
  - `metadata` object, required — Arbitrary metadata associated with this email template
  - `created_at` string, required — The time when the email template was created in ISO 8601 format
  - `enabled_at` string, nullable, required — The time when the email template was enabled in ISO 8601 format

---

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