---
title: "Get Email Template"
method: GET
path: "/setup/v1/companies/email/templates/{templateName}"
tags: ["Companies"]
---

# Get Email Template

`GET /setup/v1/companies/email/templates/{templateName}`

Use this endpoint to return the requested **Email Template**. If it wasn't customized the default template is returned. The response content is in html format. A valid emailTemplate **name** is required. Find template names by using the: _GET ​/setup​/v1​/companies​/email​/templates_ endpoint. Note: The master template cannot be accessed here.

To create custom company email templates, go to the _POST ​/setup​/v1​/locations​/{id}​/email​/templates_ endpoint and create a template using the Primary Business Location Id.

## Path parameters

- `templateName` string, required

## Response `200`

Success

- ContentResult
  - `content` string, nullable
  - `contentType` string, nullable
  - `statusCode` integer, nullable

---

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