Send Beds24 availability for new RSS items to Telegram
This query returns what a room costs on a given date and whether that date can still be booked.
Developer info
- API endpoint slug
- beds24.rate_and_availability_for_a_date
- Runtime method
- performQuery("beds24.rate_and_availability_for_a_date"}
Query fields
Room type Dropdown list
- Label
- Room type
- Helper text
- The room type to apply this to.
- Slug
- room_type
- Required
- true
- Can have default value
- false
Date Text input > ISO 8601 date and time
- Label
- Date
- Helper text
- The date to check.
- Slug
- date
- Required
- true
- Can have default value
- true
Ingredients
Price Numeric value as a string. From the API field `price1`.
- Slug
- price
- Filter code
- Beds24.rateAndAvailabilityForADate.Price
- Type
- String
- Example
- 222.00
Available Boolean value as a string. From the API field `availability`. From the second call; the calendar's numAvail is a different quantity and must not be used for this.
- Slug
- available
- Filter code
- Beds24.rateAndAvailabilityForADate.Available
- Type
- String
- Example
- true
Units available Numeric value as a string. From the API field `numAvail`.
- Slug
- units_available
- Filter code
- Beds24.rateAndAvailabilityForADate.UnitsAvailable
- Type
- String
- Example
- 0
Min stay Numeric value as a string. From the API field `minStay`.
- Slug
- min_stay
- Filter code
- Beds24.rateAndAvailabilityForADate.MinStay
- Type
- String
- Example
- 1
Room name From the API field `roomId`. Resolved through GET /properties as elsewhere.
- Slug
- room_name
- Filter code
- Beds24.rateAndAvailabilityForADate.RoomName
- Type
- String
- Example
- Garden Studio
