# Lodgify AI integration on Definable

> 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.

## What this connects

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.

Vendor: https://www.lodgify.com/

## Tools available

**30** tools available. First 12:

- `LODGIFY_CREATE_CALLMEBACK_REQUEST` — 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.
- `LODGIFY_CREATE_ENQUIRY` — 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.
- `LODGIFY_DECLINE_ENQUIRY` — 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.
- `LODGIFY_DELETE_ENQUIRY` — 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.
- `LODGIFY_DELETE_RESERVATIONS` — 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.
- `LODGIFY_GET_COUNTRIES` — Get Countries — Tool to retrieve all available countries. Use when you need to populate country selectors with supported ISO codes and names.
- `LODGIFY_GET_COUNTRY_BY_CODE` — 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.
- `LODGIFY_GET_CURRENCY_BY_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.
- `LODGIFY_GET_DELETED_PROPERTIES` — 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.
- `LODGIFY_GET_EXTERNAL_BOOKINGS` — 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.
- `LODGIFY_GET_MESSAGING_THREAD` — 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
- `LODGIFY_GET_PROPERTY_AVAILABILITY` — 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.

## Auth

Auth schemes: `API_KEY`, `OAUTH2`.

## How agents use Lodgify

Inside a Definable workflow, Lodgify is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Lodgify** — the Researcher (GPT-5.5) pulls context from Lodgify (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Lodgify** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Lodgify (create record, post message, draft email).
- **Designer / Engineer → Distributor → Lodgify** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Lodgify (attach file, open PR comment, post status).

The Verifier checks every Lodgify call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- scheduling & booking — https://definable.ai/apps/category/scheduling-&-booking/

## Related

- HTML page: https://definable.ai/apps/lodgify/
- Same category (scheduling & booking): https://definable.ai/apps/category/scheduling-&-booking/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
