---
title: "GetEmailTemplates"
method: GET
path: "/api/Email/GetEmailTemplates"
tags: ["Email"]
---

# GetEmailTemplates

`GET /api/Email/GetEmailTemplates`

Get the whole list of email header templates
<b>Permissions Required: </b> GlobalPermissions.Email.Templates.GetEmailTemplatesNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Response `200`

OK

- EmailTemplateHeader[]
  - `pkEmailTemplateRowId` integer — Row Id
  - `Name` string — Template friendly name
  - `TemplateType` string — Template type
  - `HTML` boolean — Indicates whether the email is a HTML email
  - `IsConditions` boolean — Indicate if the template has conditions defined
  - `Enabled` boolean — Indicate if the template is enabled or not
  - `fkEmailAccountRowId` integer — Row Id of the email account used to send the email
  - `AccountName` string — Name of the email account used to send the email
  - `AttachPDF` boolean — Indicate if this template has attachments enabled
  - `Condition` string — Template condition defined
  - `IsAdhoc` boolean — Indicates if the email type is adhoc

---

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