Create Google Calendar event for next Beds24 arrival
This query returns the next guest due to arrive at a property, and when.
Developer info
- API endpoint slug
- beds24.next_arrival_at_a_property
- Runtime method
- performQuery("beds24.next_arrival_at_a_property"}
Query fields
Property Dropdown list
- Label
- Property
- Helper text
- The property to check.
- 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.nextArrivalAtAProperty.BookingId
- Type
- String
- Example
- 93472260
Guest first name From the API field `firstName`.
- Slug
- guest_first_name
- Filter code
- Beds24.nextArrivalAtAProperty.GuestFirstName
- Type
- String
- Example
- Ada
Guest last name From the API field `lastName`.
- Slug
- guest_last_name
- Filter code
- Beds24.nextArrivalAtAProperty.GuestLastName
- Type
- String
- Example
- Testguest
Arrival From the API field `arrival`.
- Slug
- arrival
- Filter code
- Beds24.nextArrivalAtAProperty.Arrival
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Departure From the API field `departure`.
- Slug
- departure
- Filter code
- Beds24.nextArrivalAtAProperty.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.nextArrivalAtAProperty.NumAdults
- Type
- String
- Example
- 2
Num children Numeric value as a string. From the API field `numChild`.
- Slug
- num_children
- Filter code
- Beds24.nextArrivalAtAProperty.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.nextArrivalAtAProperty.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.nextArrivalAtAProperty.RoomName
- Type
- String
- Example
- Garden Studio
Channel From the API field `channel`.
- Slug
- channel
- Filter code
- Beds24.nextArrivalAtAProperty.Channel
- Type
- String
- Example
- airbnb
Reference From the API field `reference`.
- Slug
- reference
- Filter code
- Beds24.nextArrivalAtAProperty.Reference
- Type
- String
- Example
- BDC-4471902
Status From the API field `status`.
- Slug
- status
- Filter code
- Beds24.nextArrivalAtAProperty.Status
- Type
- String
- Example
- confirmed
Arrival time From the API field `arrivalTime`.
- Slug
- arrival_time
- Filter code
- Beds24.nextArrivalAtAProperty.ArrivalTime
- Type
- String
- Example
- 15:00
Guest email From the API field `email`.
- Slug
- guest_email
- Filter code
- Beds24.nextArrivalAtAProperty.GuestEmail
- Type
- String
- Example
- guest@example.com
Days until arrival Numeric value as a string. From the API field `arrival`. Computed by IFTTT from arrival and the current date.
- Slug
- days_until_arrival
- Filter code
- Beds24.nextArrivalAtAProperty.DaysUntilArrival
- Type
- String
- Example
- 2
