Send Beds24 bookings to Webhooks
This trigger fires when a booking is created on one of your properties, including bookings that arrive from Airbnb, Booking.com or Vrbo.
Developer info
- API endpoint slug
- beds24.new_booking
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.newBooking.BookingId
- Type
- String
- Example
- 93472260
Guest first name From the API field `firstName`.
- Slug
- guest_first_name
- Filter code
- Beds24.newBooking.GuestFirstName
- Type
- String
- Example
- Ada
Guest last name From the API field `lastName`.
- Slug
- guest_last_name
- Filter code
- Beds24.newBooking.GuestLastName
- Type
- String
- Example
- Testguest
Arrival From the API field `arrival`.
- Slug
- arrival
- Filter code
- Beds24.newBooking.Arrival
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Departure From the API field `departure`.
- Slug
- departure
- Filter code
- Beds24.newBooking.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.newBooking.NumAdults
- Type
- String
- Example
- 2
Num children Numeric value as a string. From the API field `numChild`.
- Slug
- num_children
- Filter code
- Beds24.newBooking.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.newBooking.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.newBooking.RoomName
- Type
- String
- Example
- Garden Studio
Channel From the API field `channel`.
- Slug
- channel
- Filter code
- Beds24.newBooking.Channel
- Type
- String
- Example
- airbnb
Reference From the API field `reference`.
- Slug
- reference
- Filter code
- Beds24.newBooking.Reference
- Type
- String
- Example
- BDC-4471902
Status From the API field `status`.
- Slug
- status
- Filter code
- Beds24.newBooking.Status
- Type
- String
- Example
- confirmed
Booking time From the API field `bookingTime`. An ISO 8601 timestamp.
- Slug
- booking_time
- Filter code
- Beds24.newBooking.BookingTime
- Type
- Date (ISO8601)
- Example
- 2020-07-07
