Lodgify is an all-in-one vacation rental software that enables property owners and managers to create bookable websites, synchronize property data across multiple channels, and manage guest reservations and communications from a single platform.
Tool to retrieve all available countries. Use when you need to populate country selectors with supported ISO codes and names.
Retrieves availability information for a specific property within a date range. This action queries the Lodgify API to get detailed availability data including: - Date-wise availability status (AVAILABLE/NOT_AVAILABLE) - Number of units available - Pricing information (amount and currency) - Minimum and maximum night requirements - Associated reservation IDs The propertyId is required. Date range defaults to today through 30 days if not specified. Returns empty details array if no availability data exists for the property.
Tool to retrieve a list of all channel connections. Use when you need to display or synchronize channel connections across properties.
Tool to list channel mappings. Use when you need to retrieve all channel mappings, optionally filtered by property, channel code, or external ID. Supports pagination.
Tool to list channel reservations. Use when you need to retrieve reservations across channels filtered by property, channel, or date range.
Retrieves a list of all available distribution channels in the Lodgify account. Channels are booking platforms (e.g., Airbnb, Booking.com, Vrbo, Expedia) that can be connected to properties for synchronized availability and reservations. Use this action to: - Get a list of all available channels that can be connected - View channel details including ID, name, description, and active status - Check which channels are currently active in the account Returns an empty list if no channels are available or configured.