This trigger fires when a booking on one of your properties is cancelled, so you can free up the dates and stand down the turnover.
Developer info
API endpoint slug
beds24.booking_cancelled
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.bookingCancelled.BookingId
Type
String
Example
93472260
Guest first name
From the API field `firstName`.
Slug
guest_first_name
Filter code
Beds24.bookingCancelled.GuestFirstName
Type
String
Example
Ada
Guest last name
From the API field `lastName`.
Slug
guest_last_name
Filter code
Beds24.bookingCancelled.GuestLastName
Type
String
Example
Testguest
Arrival
From the API field `arrival`.
Slug
arrival
Filter code
Beds24.bookingCancelled.Arrival
Type
Date (ISO8601)
Example
2020-07-07
Departure
From the API field `departure`.
Slug
departure
Filter code
Beds24.bookingCancelled.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.bookingCancelled.NumAdults
Type
String
Example
2
Num children
Numeric value as a string. From the API field `numChild`.
Slug
num_children
Filter code
Beds24.bookingCancelled.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.bookingCancelled.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.bookingCancelled.RoomName
Type
String
Example
Garden Studio
Channel
From the API field `channel`.
Slug
channel
Filter code
Beds24.bookingCancelled.Channel
Type
String
Example
airbnb
Reference
From the API field `reference`.
Slug
reference
Filter code
Beds24.bookingCancelled.Reference
Type
String
Example
BDC-4471902
Status
From the API field `status`.
Slug
status
Filter code
Beds24.bookingCancelled.Status
Type
String
Example
confirmed
Cancelled at
From the API field `modifiedTime`. An ISO 8601 timestamp. NOT sourced from cancelTime, which was observed null on a booking cancelled through the API on 2026-09-21. modifiedTime carries the moment of the status change and is the only reliable source.