This trigger fires ahead of a guest's departure, at a lead time you choose, so you can schedule the turnover.
Developer info
API endpoint slug
beds24.guest_checking_out_soon
Trigger fields
How far ahead Dropdown list
Label
How far ahead
Helper text
How far in advance you want this to fire.
Slug
how_far_ahead
Required
true
Can have default value
true
Property Dropdown list
Label
Property
Helper text
Choose All properties to watch every property on your account.
Slug
property
Required
true
Can have default value
false
Ingredients
Booking
Numeric value as a string. From the API field `id`.
Slug
booking_id
Filter code
Beds24.guestCheckingOutSoon.BookingId
Type
String
Example
93472260
Guest first name
From the API field `firstName`.
Slug
guest_first_name
Filter code
Beds24.guestCheckingOutSoon.GuestFirstName
Type
String
Example
Ada
Guest last name
From the API field `lastName`.
Slug
guest_last_name
Filter code
Beds24.guestCheckingOutSoon.GuestLastName
Type
String
Example
Testguest
Arrival
From the API field `arrival`.
Slug
arrival
Filter code
Beds24.guestCheckingOutSoon.Arrival
Type
Date (ISO8601)
Example
2020-07-07
Departure
From the API field `departure`.
Slug
departure
Filter code
Beds24.guestCheckingOutSoon.Departure
Type
Date (ISO8601)
Example
2020-07-07
Num adults
Numeric value as a string. From the API field `numAdult`.
Slug
num_adults
Filter code
Beds24.guestCheckingOutSoon.NumAdults
Type
String
Example
2
Num children
Numeric value as a string. From the API field `numChild`.
Slug
num_children
Filter code
Beds24.guestCheckingOutSoon.NumChildren
Type
String
Example
0
Property name
From the API field `propertyId`. propertyId is numeric on the booking; the human-readable name is joined from GET /properties, which the channel already calls to drive the property populator and can cache per connection.
Slug
property_name
Filter code
Beds24.guestCheckingOutSoon.PropertyName
Type
String
Example
Garden Cottage
Room name
From the API field `roomId`. Same join as property name, from GET /properties?includeAllRooms=true.
Slug
room_name
Filter code
Beds24.guestCheckingOutSoon.RoomName
Type
String
Example
Garden Studio
Channel
From the API field `channel`.
Slug
channel
Filter code
Beds24.guestCheckingOutSoon.Channel
Type
String
Example
airbnb
Reference
From the API field `reference`.
Slug
reference
Filter code
Beds24.guestCheckingOutSoon.Reference
Type
String
Example
BDC-4471902
Status
From the API field `status`.
Slug
status
Filter code
Beds24.guestCheckingOutSoon.Status
Type
String
Example
confirmed
Same day turnover
Boolean value as a string. True when a second lookup finds a booking arriving in the same room on this booking's departure date, so the cleaner knows it is a fast turnaround.
Slug
same_day_turnover
Filter code
Beds24.guestCheckingOutSoon.SameDayTurnover
Type
String
Example
true
Next guest name
From the API field `firstName`. From the same second call; empty when no same-day arrival exists.
Slug
next_guest_name
Filter code
Beds24.guestCheckingOutSoon.NextGuestName
Type
String
Example
Blaise Testguest
Nights
Numeric value as a string. From the API field `departure`. Computed by IFTTT from arrival and departure.