Bookingmood
bookingmoodBookingmood provides flexible, commission-free booking software for rental businesses of all sizes, enabling seamless integration with your website.
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ónTool to create a new booking widget. use after preparing widget parameters.
BOOKINGMOOD_BOOKINGMOOD_CREATE_WIDGETAcciónTool to create a new booking widget. use after preparing widget parameters.
Parámetros de entrada
namestringObligatorioTitle of the widget
typestringObligatorioenumType of the widget
calendartimelineinventorysearchlocalestringLanguage tag for widget locale
currencystringCurrency code for widget pricing
settingsobjectJSON settings object for widget customization
show_pastbooleanWhether to show past dates
interactionstringenumInteraction type: book or forward
bookforwardinitial_datestringenumInitial date shown in the calendar
todaynext-opennext-availableredirect_urlanyuriURL to redirect after booking submission
show_reviewsbooleanWhether to show reviews
stay_expandedbooleanWhether date-selection stays expanded after pick
show_booked_asstringHow to display booked dates
show_closed_asstringHow to display closed dates
visible_monthsboolean[]Deprecated: list of visible months in calendar
date_visibilitystringenumVisible dates in the calendar
allhide-unavailablehide-closedcustomorganization_idstringObligatoriouuidUUID of the organization this widget belongs to
show_pending_asstringenumHow to display pending dates
CANCELLEDTENTATIVECONFIRMEDshow_bookingmood_brandingbooleanWhether to show Bookingmood branding
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
Delete Booking DetailsBOOKINGMOOD_DELETE_BOOKING_DETAILSAcciónTool to delete booking details matching given filters. use after confirming which booking detail records to remove.
BOOKINGMOOD_DELETE_BOOKING_DETAILSAcciónTool to delete booking details matching given filters. use after confirming which booking detail records to remove.
Parámetros de entrada
idstringUnique identifier of the booking detail to delete.
nameobjectLocalized name of the form field as JSON object, e.g., {'en': 'Name'}.
valuestringValue filled in by the customer.
option_idstringIdentifier of the selected option.
booking_idstringIdentifier of the related booking.
created_atstringFilter by creation timestamp (ISO 8601). Supports PostgREST operators, e.g., 'gte.2025-01-01T00:00:00Z'.
service_idstringIdentifier of the related service.
updated_atstringFilter by last modification timestamp (ISO 8601). Supports PostgREST operators, e.g., 'lte.2025-01-02T00:00:00Z'.
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 OrganizationsBOOKINGMOOD_LIST_ORGANIZATIONSAcciónTool to list organizations. use when you need to retrieve all organizations accessible by the current api key.
BOOKINGMOOD_LIST_ORGANIZATIONSAcciónTool 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
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 Booking WidgetsBOOKINGMOOD_LIST_WIDGETSAcciónTool to list booking widgets. use when you need to fetch available widget configurations.
BOOKINGMOOD_LIST_WIDGETSAcciónTool to list booking widgets. use when you need to fetch available widget 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
Deprecated: Search availabilityBOOKINGMOOD_SEARCH_AVAILABILITYAcciónDeprecated: replaced by search availability.py
BOOKINGMOOD_SEARCH_AVAILABILITYAcciónDeprecated: replaced by search availability.py
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
Update Booking DetailsBOOKINGMOOD_UPDATE_BOOKING_DETAILSAcciónTool to update existing booking detail records. use when modifying guest-filled form fields for bookings matching specific filters.
BOOKINGMOOD_UPDATE_BOOKING_DETAILSAcciónTool to update existing booking detail records. use when modifying guest-filled form fields for bookings matching specific filters.
Parámetros de entrada
dataobjectObligatorioData to update on the matched booking details.
filtersobjectObligatorioFilters to select booking details to update.
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