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

# getEmailSchedule

`GET /getEmailSchedule`

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

## Query parameters

- `propertyID` string

## Response `200`

200 Response

- GetEmailScheduleResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object[] — List of existing email schedules
    - `emailScheduleID` string — ID of the email schedule
    - `name` string — Name of the email schedule
    - `emailTemplateID` string — ID of the email template used in this schedule
    - `templateName` string — Name of the email template used in this schedule
    - `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)
