Tidy
tidyTIDY helps to maintain a clean house. A rental. Your employee's workspace. Your home. All automated through TIDY.
Acciones disponibles (10)
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 AddressTIDY_CREATE_ADDRESSAcciónTool to create a new address record with location data, parking information, and access instructions. Use when you need to add a new property address to Tidy.
TIDY_CREATE_ADDRESSAcciónTool to create a new address record with location data, parking information, and access instructions. Use when you need to add a new property address to Tidy.
Parámetros de entrada
citystringCity name.
unitstringApartment or unit number.
notesobjectNotes about property access and closing procedures.
addressstringObligatorioStreet name and number (e.g., '123 Main St').
countrystringObligatorioCountry code (e.g., 'US').
parkingobjectObligatorioParking information object containing parking details.
postal_codestringObligatorioPostal/ZIP code (e.g., '92626').
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
Create ProTIDY_CREATE_PROAcciónTool to add a Pro to the Priority List for all addresses in a customer account. Use when syncing professional service provider information from another application into TIDY.
TIDY_CREATE_PROAcciónTool to add a Pro to the Priority List for all addresses in a customer account. Use when syncing professional service provider information from another application into TIDY.
Parámetros de entrada
namestringObligatorioFull name of the Pro to add to the Priority List.
emailstringObligatorioEmail address of the Pro. Must be a valid email format.
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 AddressTIDY_DELETE_ADDRESSAcciónTool to remove an address from the system by its unique identifier. Use when you need to delete an address that has no active scheduled jobs. Important: Addresses with active jobs cannot be deleted and must have their jobs cancelled first.
TIDY_DELETE_ADDRESSAcciónTool to remove an address from the system by its unique identifier. Use when you need to delete an address that has no active scheduled jobs. Important: Addresses with active jobs cannot be deleted and must have their jobs cancelled first.
Parámetros de entrada
address_idstringObligatorioThe unique identifier of the address to delete
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 All AddressesTIDY_LIST_ALL_ADDRESSESAcciónTool to retrieve all addresses sorted by creation date with most recent first. Use when you need to view all property addresses in the Tidy system.
TIDY_LIST_ALL_ADDRESSESAcciónTool to retrieve all addresses sorted by creation date with most recent first. Use when you need to view all property addresses in the Tidy system.
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 All JobsTIDY_LIST_ALL_JOBSAcciónTool to retrieve all jobs associated with an account with optional filtering by address_id, status, or to_do_list_id. Use when you need to view or manage jobs in the Tidy system.
TIDY_LIST_ALL_JOBSAcciónTool to retrieve all jobs associated with an account with optional filtering by address_id, status, or to_do_list_id. Use when you need to view or manage jobs in the Tidy system.
Parámetros de entrada
statusstringFilter jobs by status. Supports single or comma-separated multiple values. Accepted values: 'scheduled', 'in_progress', 'completed', 'cancelled', 'failed'.
address_idstringFilter jobs by address identifier. Supports single value (e.g., '1') or comma-separated multiple values (e.g., '1,2').
to_do_list_idstringFilter jobs by to-do list identifier. Supports single value (e.g., '1') or comma-separated multiple values (e.g., '1,2').
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 Available Booking Time SlotsTIDY_LIST_AVAILABLE_BOOKING_TIME_SLOTSAcciónTool to retrieve available booking time slots from professionals in your network for the next 4 weeks. Use when you need to find instantly available times to book a service.
TIDY_LIST_AVAILABLE_BOOKING_TIME_SLOTSAcciónTool to retrieve available booking time slots from professionals in your network for the next 4 weeks. Use when you need to find instantly available times to book a service.
Parámetros de entrada
address_idintegerObligatorioThe identifier of the address to check availability for.
service_type_keystringObligatorioThe service type key to filter availability (e.g., 'regular_cleaning.one_hour').
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 Guest ReservationsTIDY_LIST_GUEST_RESERVATIONSAcciónTool to retrieve all guest reservations sorted by creation date with most recent first. Use when you need to view or manage guest bookings in the Tidy system.
TIDY_LIST_GUEST_RESERVATIONSAcciónTool to retrieve all guest reservations sorted by creation date with most recent first. Use when you need to view or manage guest bookings in the Tidy system.
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 To-Do ListsTIDY_LIST_TO_DO_LISTSAcciónTool to retrieve all active address to-do lists with optional filtering by address_id, sorted by creation date with most recent first. Use when you need to view or manage to-do lists in the Tidy system.
TIDY_LIST_TO_DO_LISTSAcciónTool to retrieve all active address to-do lists with optional filtering by address_id, sorted by creation date with most recent first. Use when you need to view or manage to-do lists in the Tidy system.
Parámetros de entrada
address_idstringFilter to-do lists by address identifier. Supports single value (e.g., '1') or comma-separated multiple values (e.g., '1,2').
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
Retrieve AddressTIDY_RETRIEVE_ADDRESSAcciónTool to retrieve the details of an existing address by its unique identifier. Use when you need to view complete information about a specific address including parking and access notes.
TIDY_RETRIEVE_ADDRESSAcciónTool to retrieve the details of an existing address by its unique identifier. Use when you need to view complete information about a specific address including parking and access notes.
Parámetros de entrada
address_idstringObligatorioThe unique identifier of the address to retrieve
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 AddressTIDY_UPDATE_ADDRESSAcciónTool to update parking details and access notes for an existing address. Use when you need to modify parking information or property access instructions. Important: Cannot update address, unit, postal_code, or country_code - these fields require creating a new address.
TIDY_UPDATE_ADDRESSAcciónTool to update parking details and access notes for an existing address. Use when you need to modify parking information or property access instructions. Important: Cannot update address, unit, postal_code, or country_code - these fields require creating a new address.
Parámetros de entrada
notesobjectNotes about property access and closing procedures for updating an address.
parkingobjectParking information for updating an address.
address_idstringObligatorioThe unique identifier of the address 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