Lodgify

Learn how to use Lodgify with Composio

Overview

Enum

LODGIFY

Description

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.

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
string
scopes
string
access_token
string
api_key
stringRequired

Actions

This tool retrieves the availability information for a specific property. it requires the propertyid as an input. the response will include an array of availability objects, each containing the date, availability status, number of units available, price (amount and currency), minimum and maximum nights for booking, and any associated reservation ids for that date.

Action Parameters

periodEnd
string
periodStart
string
propertyId
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all available countries. use when you need to populate country selectors with supported iso codes and names.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all channels. use when you need to view or process all channel configurations.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all channel connections. use when you need to display or synchronize channel connections across properties.

Action Parameters

channel
string
page
integer
pageSize
integer
status
string

Action Response

data
array
error
string
page
integer
pageSize
integer
successful
boolean
total
integer
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.

Action Parameters

channelCode
string
externalId
string
page
integer
pageSize
integer
propertyId
integer

Action Response

data
object
error
string
successful
boolean
Tool to list channel reservations. use when you need to retrieve reservations across channels filtered by property, channel, or date range.

Action Parameters

channelId
integer
createdFrom
string
createdTo
string
limit
integer
offset
integer
propertyId
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a paginated list of properties. use when you need to view or process all properties with pagination.

Action Parameters

page
integer
pageSize
integer

Action Response

data
object
error
string
successful
boolean