v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Emails

postEmailSchedule

Creates a new email schedule for existing email template. Email template can be scheduled based on two parameters: reservationStatusChange and reservationEvent. Only one of the parameters can be used. reservationStatusChange schedules email to be sent when reservation status transitions to a specific one, for instance: confirmed. reservationEvent schedules email to be sent number of days prior or after a specific event, for instance: after_check_out at a given time This call is only available for third-party integration partners, and not for property client IDs.

post/postEmailSchedule

Response

200 Response

successboolean

Returns if the request could be completed

emailScheduleIDstring nullable

The ID of the created email schedule. Only present if success = true

messagestring nullable

To be used in case any error occurs (if success = false). If success = true, it does not exist.