NAiOS IconNAiOS Logo
Volver al catálogo

Remote Retrieval

remote_retrieval

Remote Retrieval automates the logistics of managing equipment returns, providing efficient tracking and management of laptop and monitor returns.

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

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

Tool to retrieve a paginated list of all orders. use when you need to list orders with optional filters like status or dates. call after authentication.

Parámetros de entrada

  • pageinteger

    Page number for pagination (must be ≥ 1).

  • statusstring

    Filter orders by status, e.g., 'pending' or 'completed'.

  • to_dateanydate-time

    ISO 8601 end date for filtering orders, e.g., '2023-01-31T23:59:59Z'.

  • per_pageinteger

    Number of orders per page (1–100).

  • from_dateanydate-time

    ISO 8601 start date for filtering orders, e.g., '2023-01-01T00: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

Get Company DetailsREMOTE_RETRIEVAL_GET_COMPANY_DETAILSAcción

Tool to retrieve detailed information for a company. use after confirming a valid company id.

Parámetros de entrada

  • company_idstringObligatorio

    Unique identifier for the company

  • expand_contactsboolean

    Whether to include company contact details

  • industry_filterstring

    Filter results by industry category

  • include_financialsboolean

    Whether to include financial data

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

RemoteRetrieval: Validate UserREMOTE_RETRIEVAL_VALIDATE_USERAcción

Tool to validate the provided api key. use when you need to confirm the api key's validity.

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