NAiOS IconNAiOS Logo
Volver al catálogo

Tidy

tidy

TIDY helps to maintain a clean house. A rental. Your employee's workspace. Your home. All automated through TIDY.

Acciones
10
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 (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ón

Tool 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

  • citystring

    City name.

  • unitstring

    Apartment or unit number.

  • notesobject

    Notes about property access and closing procedures.

  • addressstringObligatorio

    Street name and number (e.g., '123 Main St').

  • countrystringObligatorio

    Country code (e.g., 'US').

  • parkingobjectObligatorio

    Parking information object containing parking details.

  • postal_codestringObligatorio

    Postal/ZIP code (e.g., '92626').

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

Create ProTIDY_CREATE_PROAcción

Tool 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

  • namestringObligatorio

    Full name of the Pro to add to the Priority List.

  • emailstringObligatorio

    Email address of the Pro. Must be a valid email format.

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

Tool 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_idstringObligatorio

    The unique identifier of the address to delete

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

Tool 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

  • 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 All JobsTIDY_LIST_ALL_JOBSAcción

Tool 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

  • statusstring

    Filter jobs by status. Supports single or comma-separated multiple values. Accepted values: 'scheduled', 'in_progress', 'completed', 'cancelled', 'failed'.

  • address_idstring

    Filter jobs by address identifier. Supports single value (e.g., '1') or comma-separated multiple values (e.g., '1,2').

  • to_do_list_idstring

    Filter 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

  • 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 Available Booking Time SlotsTIDY_LIST_AVAILABLE_BOOKING_TIME_SLOTSAcción

Tool 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_idintegerObligatorio

    The identifier of the address to check availability for.

  • service_type_keystringObligatorio

    The service type key to filter availability (e.g., 'regular_cleaning.one_hour').

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

Tool 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

  • 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 To-Do ListsTIDY_LIST_TO_DO_LISTSAcción

Tool 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_idstring

    Filter 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

  • 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

Retrieve AddressTIDY_RETRIEVE_ADDRESSAcción

Tool 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_idstringObligatorio

    The unique identifier of the address to retrieve

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

Tool 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

  • notesobject

    Notes about property access and closing procedures for updating an address.

  • parkingobject

    Parking information for updating an address.

  • address_idstringObligatorio

    The unique identifier of the address 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