Lodgify
Vacation rental management with properties, bookings, availability, rates, and guest messaging.
Checks which nights are open, confirms a booking, adjusts nightly rates, and replies to a guest enquiry.
Use Lodgify with Snow
Snow is a personal AI assistant that builds real apps for you, and they can put Lodgify to work.
What Snow can do with Lodgify
These are the Lodgify operations Snow and the apps you build with it can run. Sign in to choose which ones Snow may run without asking.
Reads18
Look at your data without changing it.
- Get Property Availability
Retrieves availability information for a specific property within a date range. This action queries the Lodgify API to get detailed availability data including: - Property ID, room type ID, and user ID - Availability periods with start and end dates - Number of units available during each period - Booking information and channel calendars - Closed period details if applicable 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.
- Get Room Type Availability
Retrieves availability calendar data for a specific room type within a property for a given date range. This action queries the Lodgify API to get detailed availability information for a specific room type, including availability periods, booking status, and rates. Use when you need to check availability for a specific room type within a property, rather than for the entire property.
- List Reservations
Tool to retrieve a paginated list of bookings and enquiries from the inbox. Use when you need to fetch reservations with optional filtering by status, property, date range, or trash status.
- Get Countries
Tool to retrieve all available countries. Use when you need to populate country selectors with supported ISO codes and names.
- Get Country by Code
Tool to retrieve a specific country by its ISO code. Use when you need to validate a country code or get the full country name for a given code.
- Get Currency By Code
Tool to retrieve currency details by its code. Use when you need to get information about a specific currency including its exchange rate, decimal places, and symbol.
- Get Deleted Properties
Retrieves IDs of properties that have been deleted from the Lodgify account. Use this action to: - Get a list of all deleted property IDs - Filter deleted properties by deletion date using the deletedSince parameter - Sync local property databases by identifying which properties no longer exist Returns an array of integer property IDs. Use deletedSince to only retrieve properties deleted after a specific datetime.
- Get External Bookings
Tool to retrieve external bookings for a specific booking ID. Use when you need to get external booking details associated with a main booking record.
- Get Messaging Thread
Tool to retrieve details of a messaging thread. Use when you need to access thread information including messages, guest details, and thread status. The threadGuid parameter can be obtained from: - Reservation responses (thread_uid field) - Webhook events (guest_message_received) - Other Lodgify API endpoints that return thread identifiers
- Get Unread Count
Retrieves the total count of unread bookings and enquiries. Use this to check how many new reservations or enquiries require attention.
Creates3
Add something new to your account.
- Create Enquiry
Tool to create a new general enquiry with guest and reservation details. Use when a potential guest wants to make an enquiry about a property or availability.
- Create Call Me Back Request
Tool to create a Call Me Back request in Lodgify. Use when scheduling a callback appointment with a guest for property inquiries or booking assistance.
- Subscribe to Webhook
Subscribes to a Lodgify webhook by providing a target URL and event type. Use this action to: - Register a callback URL to receive real-time notifications from Lodgify - Listen for specific events like new bookings, rate changes, or availability updates - Set up integrations that respond to changes in the Lodgify system The target_url must be unique. Returns a webhook ID for later unsubscription and a secret for signature verification.
Updates6
Change something that is already there.
- Set Availability
Updates the number of available units for a specific room type within a date range. Use this action to set availability for booking periods. The period_start and period_end dates define the range during which the specified number of units will be available.
- Decline Enquiry
Tool to decline an enquiry, changing its status to Declined. Use when you need to reject or decline an enquiry from a potential guest.
- Mark Reservations Not Replied
Tool to batch mark bookings and enquiries as not replied. Use when you need to mark multiple reservations (bookings or enquiries) as not replied in a single operation.
- Mark Reservations Replied
Tool to batch mark bookings or enquiries as replied. Use when you need to mark multiple reservations as replied in a single operation.
- Recover Enquiry
Tool to restore an enquiry that was previously moved to the trash. Use when you need to recover a deleted enquiry by its ID.
- Reopen Enquiry
Tool to reopen an enquiry, changing its status to Open. Use when you need to reactivate a previously closed or cancelled enquiry.
Deletes3
Remove something. This often cannot be undone.
- Delete Enquiry
Tool to delete an enquiry by moving it to the trash. Use when you need to remove an enquiry from active listings without permanently deleting it.
- Delete Reservations
Tool to delete multiple bookings or enquiries in a single batch operation. Use when you need to remove several reservations at once instead of deleting them individually.
- Unsubscribe Webhook
Tool to unsubscribe from a Lodgify webhook. Use when you need to remove a webhook subscription by providing the webhook ID that was returned during subscription.
Related integrations
Ready to put Lodgify to work?
Sign up free, build an app by chatting, and connect Lodgify in minutes. No credit card required.