---
title: "getEmailTemplates"
method: GET
path: "/getEmailTemplates"
tags: ["Emails"]
---

# getEmailTemplates

`GET /getEmailTemplates`

Returns a list of all existing email templates. This call is only available for third-party integration partners, and not for property client IDs.

## Query parameters

- `propertyID` string

## Response `200`

200 Response

- GetEmailTemplatesResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object[] — List of existing email templates
    - `emailTemplateID` string — ID of the email template
    - `name` string — Name
    - `subject` string — Subject
    - `isActive` boolean — True if email template is active; false if not

---

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