← Tools Reference

Lodgify

Lodgify integration (Productivity). Imported from open-connector.

API key7 toolshttps://api.lodgify.com
GET
lodgify_list_properties
List Lodgify properties with optional pagination and total count.

/v2/properties

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based Lodgify page number to request.
sizeintegeroptionalThe number of Lodgify items to request per page.
includeCountbooleanoptionalWhether Lodgify should include the total count.
GET
lodgify_get_property
Get one Lodgify property by identifier.

/v2/properties/{propertyId}

1 parameter
ParamTypeRequiredDescription
propertyIdintegerrequiredThe Lodgify property identifier.
GET
lodgify_list_property_rooms
List room types configured for a Lodgify property.

/v2/properties/{propertyId}/rooms

1 parameter
ParamTypeRequiredDescription
propertyIdintegerrequiredThe Lodgify property identifier.
GET
lodgify_get_property_availability
Get Lodgify availability periods for a property over a date range.

/v2/availability/{propertyId}

3 parameters
ParamTypeRequiredDescription
propertyIdintegerrequiredThe Lodgify property identifier.
fromstringoptionalThe start date for the Lodgify query in YYYY-MM-DD format.
tostringoptionalThe end date for the Lodgify query in YYYY-MM-DD format.
GET
lodgify_get_quote
Calculate a Lodgify quote for a property, room type, stay dates, and adults.

/v2/quote/{propertyId}

5 parameters
ParamTypeRequiredDescription
propertyIdintegerrequiredThe Lodgify property identifier.
fromstringoptionalThe start date for the Lodgify query in YYYY-MM-DD format.
tostringoptionalThe end date for the Lodgify query in YYYY-MM-DD format.
roomTypeIdintegeroptionalThe Lodgify room type identifier to quote.
adultsintegeroptionalThe number of adult guests to include in the quote.
GET
lodgify_list_bookings
List Lodgify bookings with pagination and optional stay filter.

/v2/reservations/bookings

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based Lodgify page number to request.
sizeintegeroptionalThe number of Lodgify items to request per page.
stayFilterstringoptionalThe Lodgify stay filter for the booking list.
GET
lodgify_get_booking
Get one Lodgify booking by identifier.

/v2/reservations/bookings/{bookingId}

1 parameter
ParamTypeRequiredDescription
bookingIdintegerrequiredThe Lodgify booking identifier.