Post Beds24 booking to Slack when Google Calendar event starts
This query finds a booking from a guest's name, email address or booking reference.
Developer info
- API endpoint slug
- beds24.find_a_booking_by_guest
- Runtime method
- performQuery("beds24.find_a_booking_by_guest"}
Query fields
Guest name email or reference Text input > Other
- Label
- Guest name, email or reference
- Helper text
- A guest's name or email address, or a booking reference.
- Slug
- guest_name_email_or_reference
- Required
- true
- Can have default value
- true
Property Dropdown list
- Label
- Property
- Helper text
- Choose All properties to search 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.findABookingByGuest.BookingId
- Type
- String
- Example
- 93472260
Guest first name From the API field `firstName`.
- Slug
- guest_first_name
- Filter code
- Beds24.findABookingByGuest.GuestFirstName
- Type
- String
- Example
- Ada
Guest last name From the API field `lastName`.
- Slug
- guest_last_name
- Filter code
- Beds24.findABookingByGuest.GuestLastName
- Type
- String
- Example
- Testguest
Arrival From the API field `arrival`.
- Slug
- arrival
- Filter code
- Beds24.findABookingByGuest.Arrival
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Departure From the API field `departure`.
- Slug
- departure
- Filter code
- Beds24.findABookingByGuest.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.findABookingByGuest.NumAdults
- Type
- String
- Example
- 2
Num children Numeric value as a string. From the API field `numChild`.
- Slug
- num_children
- Filter code
- Beds24.findABookingByGuest.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.findABookingByGuest.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.findABookingByGuest.RoomName
- Type
- String
- Example
- Garden Studio
Channel From the API field `channel`.
- Slug
- channel
- Filter code
- Beds24.findABookingByGuest.Channel
- Type
- String
- Example
- airbnb
Reference From the API field `reference`.
- Slug
- reference
- Filter code
- Beds24.findABookingByGuest.Reference
- Type
- String
- Example
- BDC-4471902
Status From the API field `status`.
- Slug
- status
- Filter code
- Beds24.findABookingByGuest.Status
- Type
- String
- Example
- confirmed
Guest email From the API field `email`.
- Slug
- guest_email
- Filter code
- Beds24.findABookingByGuest.GuestEmail
- Type
- String
- Example
- guest@example.com
