NAiOS IconNAiOS Logo
Volver al catálogo

Bookingmood

bookingmood

Bookingmood provides flexible, commission-free booking software for rental businesses of all sizes, enabling seamless integration with your website.

Acciones
6
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 (6)

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.

Create Booking WidgetBOOKINGMOOD_BOOKINGMOOD_CREATE_WIDGETAcción

Tool to create a new booking widget. use after preparing widget parameters.

Parámetros de entrada

  • namestringObligatorio

    Title of the widget

  • typestringObligatorioenum

    Type of the widget

    calendartimelineinventorysearch
  • localestring

    Language tag for widget locale

  • currencystring

    Currency code for widget pricing

  • settingsobject

    JSON settings object for widget customization

  • show_pastboolean

    Whether to show past dates

  • interactionstringenum

    Interaction type: book or forward

    bookforward
  • initial_datestringenum

    Initial date shown in the calendar

    todaynext-opennext-available
  • redirect_urlanyuri

    URL to redirect after booking submission

  • show_reviewsboolean

    Whether to show reviews

  • stay_expandedboolean

    Whether date-selection stays expanded after pick

  • show_booked_asstring

    How to display booked dates

  • show_closed_asstring

    How to display closed dates

  • visible_monthsboolean[]

    Deprecated: list of visible months in calendar

  • date_visibilitystringenum

    Visible dates in the calendar

    allhide-unavailablehide-closedcustom
  • organization_idstringObligatoriouuid

    UUID of the organization this widget belongs to

  • show_pending_asstringenum

    How to display pending dates

    CANCELLEDTENTATIVECONFIRMED
  • show_bookingmood_brandingboolean

    Whether to show Bookingmood branding

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

Delete Booking DetailsBOOKINGMOOD_DELETE_BOOKING_DETAILSAcción

Tool to delete booking details matching given filters. use after confirming which booking detail records to remove.

Parámetros de entrada

  • idstring

    Unique identifier of the booking detail to delete.

  • nameobject

    Localized name of the form field as JSON object, e.g., {'en': 'Name'}.

  • valuestring

    Value filled in by the customer.

  • option_idstring

    Identifier of the selected option.

  • booking_idstring

    Identifier of the related booking.

  • created_atstring

    Filter by creation timestamp (ISO 8601). Supports PostgREST operators, e.g., 'gte.2025-01-01T00:00:00Z'.

  • service_idstring

    Identifier of the related service.

  • updated_atstring

    Filter by last modification timestamp (ISO 8601). Supports PostgREST operators, e.g., 'lte.2025-01-02T00:00:00Z'.

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

Tool to list organizations. use when you need to retrieve all organizations accessible by the current api key.

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

Tool to list booking widgets. use when you need to fetch available widget 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

Deprecated: Search availabilityBOOKINGMOOD_SEARCH_AVAILABILITYAcción

Deprecated: replaced by search availability.py

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

Update Booking DetailsBOOKINGMOOD_UPDATE_BOOKING_DETAILSAcción

Tool to update existing booking detail records. use when modifying guest-filled form fields for bookings matching specific filters.

Parámetros de entrada

  • dataobjectObligatorio

    Data to update on the matched booking details.

  • filtersobjectObligatorio

    Filters to select booking details to update.

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