---
title: "Retrieves a subscriber's Auto Email Settings"
method: GET
path: "/Settings/AutoEmail"
tags: ["Rest"]
---

# Retrieves a subscriber's Auto Email Settings

`GET /Settings/AutoEmail`

## Headers

- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsSiteAutoEmailSetting[]
  - `StudioId` integer — Subscriber ID that the auto email settings belong to.
  - `EmailType` 'NewClientWelcomeConsumerMode' | 'CancellationNotificationEarly' | 'CancellationNotificationLate' | 'ReservationConfirmationsSingle' | 'ReservationConfirmationsRecurring' | 'EnrollmentConfirmationsPaymentPlan' | 'EnrollmentConfirmationsPaymentPlanResourceType' | 'AppointmentRequestConfirmationsSingle' | 'AppointmentRequestConfirmationsRecurring' | 'AppointmentBookingConfirmationsSingle' | 'AppointmentBookingConfirmationsRecurring' | 'ClassEventCancellationNotifications' | 'AutoPayPurchaseConfirmation' | 'PurchaseReceiptBizMode' | 'NoShowNotification' | 'ReservationAddedFromWaitlistNotification' | 'GiftCardRecipientNotification' | 'SeriesNotificationTimeRunningOut' | 'SeriesNotificationVisitsRemainingLow' | 'PurchaseReceiptConsumerMode' | 'SecurityVerificationApproved' | 'EnrollmentConfirmations' | 'NewClientWelcomeBizMode' | 'AppointmentChangeNotification' | 'AppointmentBookingConfirmationsManual' | 'ContactLogFollowUpNotification' | 'NewLeadGenerated' | 'ContractBizMode' | 'OpenTicketQuote' | 'AppointmentRequestNotification' | 'AppointmentRequestDenial' | 'BirthdayEmail' | 'PartnerStorePurchaseReceipt' | 'PartnerStoreOrderNotification' | 'OrderShippedNotification' | 'ContractAutoPayCreditCardExpiring' | 'AutoPayFailedNotification' | 'ContractReminder' | 'ClientClosed' | 'CloseFollowup' | 'ForgotLoginInformation' | 'ContractUnsuspended' | 'AppointmentReminder' | 'ReservationReminder' | 'CourseEnrollmentConfirmations' | 'CourseEnrollmentConfirmationsPaymentPlan' | 'FirstVisitReservation' | 'FirstVisitAppointment' | 'TeacherSubReminder' | 'ClientScheduleManual' | 'AppointmentFollowUp' | 'FirstVisitAnniversary' | 'AppointmentCancellationEarly' | 'AppointmentCancellationLate' | 'EnrollmentWaitlistNotification' | 'ContractRenewalNotification' | 'TeacherSubNotification' | 'ActiveClient' | 'LostClient' | 'LostPayingClient' | 'LostNonPayingClient' | 'ActivePayingClient' | 'ActiveNonPayingClient' | 'LostWelcomeBackClient' | 'InvoiceEmail' | 'ClientFormsNotification' | 'ContractDateUpdateNotification' | 'AppointmentFromWaitlist' | 'AppointmentFirstToClaim' — Email type of the auto email settings.
  - `Active` boolean — Flag to determine if the auto email setting is active.
  - `AlwaysSend` boolean — Flag used to determine whether to always send the email or not.
  - `SendStudioMode` boolean — SendStudioMode flag for the auto email setting.

## Other responses

- `401` — Unauthorized
- `404` — NotFound

---

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