This trigger fires when an existing booking's arrival or departure date moves.
Developer info
API endpoint slug
beds24.booking_dates_changed
Trigger fields
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.bookingDatesChanged.BookingId
Type
String
Example
93472260
Guest first name
From the API field `firstName`.
Slug
guest_first_name
Filter code
Beds24.bookingDatesChanged.GuestFirstName
Type
String
Example
Ada
Guest last name
From the API field `lastName`.
Slug
guest_last_name
Filter code
Beds24.bookingDatesChanged.GuestLastName
Type
String
Example
Testguest
Arrival
From the API field `arrival`.
Slug
arrival
Filter code
Beds24.bookingDatesChanged.Arrival
Type
Date (ISO8601)
Example
2020-07-07
Departure
From the API field `departure`.
Slug
departure
Filter code
Beds24.bookingDatesChanged.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.bookingDatesChanged.NumAdults
Type
String
Example
2
Num children
Numeric value as a string. From the API field `numChild`.
Slug
num_children
Filter code
Beds24.bookingDatesChanged.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.bookingDatesChanged.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.bookingDatesChanged.RoomName
Type
String
Example
Garden Studio
Channel
From the API field `channel`.
Slug
channel
Filter code
Beds24.bookingDatesChanged.Channel
Type
String
Example
airbnb
Reference
From the API field `reference`.
Slug
reference
Filter code
Beds24.bookingDatesChanged.Reference
Type
String
Example
BDC-4471902
Status
From the API field `status`.
Slug
status
Filter code
Beds24.bookingDatesChanged.Status
Type
String
Example
confirmed
Previous arrival
From the API field `arrival`. From shimmy-side stored state: the arrival held for this booking id at the previous poll. Not available from the API.
Slug
previous_arrival
Filter code
Beds24.bookingDatesChanged.PreviousArrival
Type
Date (ISO8601)
Example
2020-07-07
Previous departure
From the API field `departure`. From shimmy-side stored state, as above.
Slug
previous_departure
Filter code
Beds24.bookingDatesChanged.PreviousDeparture
Type
Date (ISO8601)
Example
2020-07-07
Changed at
From the API field `modifiedTime`. An ISO 8601 timestamp.