Block Beds24 dates when Webhooks receives a web request
This action marks a date range as unavailable on a room, and Beds24 pushes the block out to every channel the room is listed on.
Developer info
- API endpoint slug
- beds24.block_off_dates
- Filter code method
- Beds24.blockOffDates.skip(string?: reason)
- Runtime method
- runAction("beds24.block_off_dates", {})
Action 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
From date Text input > ISO 8601 date and time
- Label
- From date
- Helper text
- The first date to block.
- Slug
- from_date
- Required
- true
- Can have default value
- true
- Filter code method
- Beds24.blockOffDates.setFromDate(string: from_date)
To date Text input > ISO 8601 date and time
- Label
- To date
- Helper text
- The last date to block.
- Slug
- to_date
- Required
- true
- Can have default value
- true
- Filter code method
- Beds24.blockOffDates.setToDate(string: to_date)
