Lodgify
lodgifyLodgify 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.
Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get CountriesLODGIFY_GET_COUNTRIESAcciónTool to retrieve all available countries. use when you need to populate country selectors with supported iso codes and names.
LODGIFY_GET_COUNTRIESAcciónTool to retrieve all available countries. use when you need to populate country selectors with supported iso codes and names.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Property AvailabilityLODGIFY_GET_PROPERTY_AVAILABILITYAcciónThis 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.
LODGIFY_GET_PROPERTY_AVAILABILITYAcciónThis 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.
Parámetros de entrada
periodEndstringdateEnd date for the availability period. If not provided, defaults to 30 days from start date.
propertyIdintegerObligatorioThe unique identifier of the property.
periodStartstringdateStart date for the availability period. If not provided, defaults to today.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Channel ConnectionsLODGIFY_LIST_CHANNEL_CONNECTIONSAcciónTool to retrieve a list of all channel connections. use when you need to display or synchronize channel connections across properties.
LODGIFY_LIST_CHANNEL_CONNECTIONSAcciónTool to retrieve a list of all channel connections. use when you need to display or synchronize channel connections across properties.
Parámetros de entrada
pageintegerPage number of results to retrieve (must be ≥ 1).
statusstringFilter by connection status (e.g., 'connected', 'disconnected').
channelstringFilter by channel name or identifier.
pageSizeintegerNumber of results per page (must be ≥ 1).
Parámetros de salida
dataobject[]ObligatorioList of channel connection objects.
pageintegerObligatorioCurrent page number.
errorstringError if any occurred during the execution of the action
totalintegerObligatorioTotal number of channel connections.
pageSizeintegerObligatorioNumber of results per page.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Channel MappingsLODGIFY_LIST_CHANNEL_MAPPINGSAcciónTool to list channel mappings. use when you need to retrieve all channel mappings, optionally filtered by property, channel code, or external id. supports pagination.
LODGIFY_LIST_CHANNEL_MAPPINGSAcciónTool to list channel mappings. use when you need to retrieve all channel mappings, optionally filtered by property, channel code, or external id. supports pagination.
Parámetros de entrada
pageintegerPage number for pagination (1-based).
pageSizeintegerNumber of items per page.
externalIdstringFilter by external listing ID.
propertyIdintegerFilter by Lodgify property ID.
channelCodestringFilter by channel code (e.g., Airbnb).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Channel ReservationsLODGIFY_LIST_CHANNEL_RESERVATIONSAcciónTool to list channel reservations. use when you need to retrieve reservations across channels filtered by property, channel, or date range.
LODGIFY_LIST_CHANNEL_RESERVATIONSAcciónTool to list channel reservations. use when you need to retrieve reservations across channels filtered by property, channel, or date range.
Parámetros de entrada
limitintegerMaximum number of reservations to return.
offsetintegerNumber of items to skip before starting to collect the result set.
channelIdintegerFilter by channel ID.
createdTostringEnd date for reservation creation (yyyy-MM-dd).
propertyIdintegerFilter by Lodgify property ID.
createdFromstringStart date for reservation creation (yyyy-MM-dd).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ChannelsLODGIFY_LIST_CHANNELSAcciónTool to retrieve a list of all channels. use when you need to view or process all channel configurations.
LODGIFY_LIST_CHANNELSAcciónTool to retrieve a list of all channels. use when you need to view or process all channel configurations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List PropertiesLODGIFY_LIST_PROPERTIESAcciónTool to retrieve a paginated list of properties. use when you need to view or process all properties with pagination.
LODGIFY_LIST_PROPERTIESAcciónTool to retrieve a paginated list of properties. use when you need to view or process all properties with pagination.
Parámetros de entrada
pageintegerPage number of the results to retrieve (starting from 1)
pageSizeintegerNumber of results per page (maximum 100)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not