NAiOS IconNAiOS Logo
Volver al catálogo

Lodgify

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.

Acciones
7
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Property AvailabilityLODGIFY_GET_PROPERTY_AVAILABILITYAcción

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.

Parámetros de entrada

  • periodEndstringdate

    End date for the availability period. If not provided, defaults to 30 days from start date.

  • propertyIdintegerObligatorio

    The unique identifier of the property.

  • periodStartstringdate

    Start date for the availability period. If not provided, defaults to today.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Channel ConnectionsLODGIFY_LIST_CHANNEL_CONNECTIONSAcción

Tool to retrieve a list of all channel connections. use when you need to display or synchronize channel connections across properties.

Parámetros de entrada

  • pageinteger

    Page number of results to retrieve (must be ≥ 1).

  • statusstring

    Filter by connection status (e.g., 'connected', 'disconnected').

  • channelstring

    Filter by channel name or identifier.

  • pageSizeinteger

    Number of results per page (must be ≥ 1).

Parámetros de salida

  • dataobject[]Obligatorio

    List of channel connection objects.

  • pageintegerObligatorio

    Current page number.

  • errorstring

    Error if any occurred during the execution of the action

  • totalintegerObligatorio

    Total number of channel connections.

  • pageSizeintegerObligatorio

    Number of results per page.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Channel MappingsLODGIFY_LIST_CHANNEL_MAPPINGSAcción

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.

Parámetros de entrada

  • pageinteger

    Page number for pagination (1-based).

  • pageSizeinteger

    Number of items per page.

  • externalIdstring

    Filter by external listing ID.

  • propertyIdinteger

    Filter by Lodgify property ID.

  • channelCodestring

    Filter by channel code (e.g., Airbnb).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Channel ReservationsLODGIFY_LIST_CHANNEL_RESERVATIONSAcción

Tool to list channel reservations. use when you need to retrieve reservations across channels filtered by property, channel, or date range.

Parámetros de entrada

  • limitinteger

    Maximum number of reservations to return.

  • offsetinteger

    Number of items to skip before starting to collect the result set.

  • channelIdinteger

    Filter by channel ID.

  • createdTostring

    End date for reservation creation (yyyy-MM-dd).

  • propertyIdinteger

    Filter by Lodgify property ID.

  • createdFromstring

    Start date for reservation creation (yyyy-MM-dd).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ChannelsLODGIFY_LIST_CHANNELSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List PropertiesLODGIFY_LIST_PROPERTIESAcción

Tool to retrieve a paginated list of properties. use when you need to view or process all properties with pagination.

Parámetros de entrada

  • pageinteger

    Page number of the results to retrieve (starting from 1)

  • pageSizeinteger

    Number of results per page (maximum 100)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not