Lodgify

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.

30 actions Integration catalog
Request access
Connect Lodgify once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Call Me Back RequestLODGIFY_CREATE_CALLMEBACK_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.
Create EnquiryLODGIFY_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.
Decline EnquiryLODGIFY_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.
Delete EnquiryLODGIFY_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 ReservationsLODGIFY_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.
Get CountriesLODGIFY_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 CodeLODGIFY_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 CodeLODGIFY_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 PropertiesLODGIFY_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 BookingsLODGIFY_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 ThreadLODGIFY_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 Property AvailabilityLODGIFY_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 AvailabilityLODGIFY_GET_ROOMTYPE_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.
Get Unread CountLODGIFY_GET_UNREAD_COUNT
Retrieves the total count of unread bookings and enquiries. Use this to check how many new reservations or enquiries require attention.
Get V1 AvailabilityLODGIFY_GET_V1_AVAILABILITY
Retrieves availability information for all properties and room types for a given date range. Use when you need to check availability across all properties in the account. Returns empty array if no availability data exists for the specified period.
List Channel ConnectionsLODGIFY_LIST_CHANNEL_CONNECTIONS
Tool to retrieve a list of all channel connections. Use when you need to display or synchronize channel connections across properties.
List Channel MappingsLODGIFY_LIST_CHANNEL_MAPPINGS
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.
List Channel ReservationsLODGIFY_LIST_CHANNEL_RESERVATIONS
Tool to list channel reservations. Use when you need to retrieve reservations across channels filtered by property, channel, or date range. Results are paginated; use `limit` and `offset` together across multiple requests to retrieve all reservations, as a single request may not return the full result set.
List ChannelsLODGIFY_LIST_CHANNELS
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.
List CurrenciesLODGIFY_LIST_CURRENCIES
Tool to retrieve all available currency codes. Use when you need to display currency options or validate currency codes for pricing and reservations.
List PropertiesLODGIFY_LIST_PROPERTIES
Retrieves all properties from the Lodgify account with optional pagination. Use this action to: - Get a list of all properties in the account - Iterate through properties using pagination - Check which properties exist before performing operations on specific properties Returns property IDs, names, and address details including coordinates. Paginate through all pages until results are exhausted — stopping early silently omits remaining properties. No server-side filtering by region or location; filter client-side using returned name or address fields.
List ReservationsLODGIFY_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.
List WebhooksLODGIFY_LIST_WEBHOOKS
Retrieves a list of all webhooks configured in the Lodgify account. Use this action to: - Get all webhook configurations - View webhook details including ID, event type, and target URL - Check which webhooks are currently set up for receiving notifications Returns an empty list if no webhooks are configured.
Mark Reservations Not RepliedLODGIFY_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 RepliedLODGIFY_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 EnquiryLODGIFY_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 EnquiryLODGIFY_REOPEN_ENQUIRY
Tool to reopen an enquiry, changing its status to Open. Use when you need to reactivate a previously closed or cancelled enquiry.
Set AvailabilityLODGIFY_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.
Subscribe to WebhookLODGIFY_SUBSCRIBE_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.
Unsubscribe WebhookLODGIFY_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.