Remote Retrieval
remote_retrievalRemote Retrieval automates the logistics of managing equipment returns, providing efficient tracking and management of laptop and monitor returns.
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ónTool 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.
REMOTE_RETRIEVAL_GET_ALL_ORDERSAcciónTool 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
pageintegerPage number for pagination (must be ≥ 1).
statusstringFilter orders by status, e.g., 'pending' or 'completed'.
to_dateanydate-timeISO 8601 end date for filtering orders, e.g., '2023-01-31T23:59:59Z'.
per_pageintegerNumber of orders per page (1–100).
from_dateanydate-timeISO 8601 start date for filtering orders, e.g., '2023-01-01T00: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
Get Company DetailsREMOTE_RETRIEVAL_GET_COMPANY_DETAILSAcciónTool to retrieve detailed information for a company. use after confirming a valid company id.
REMOTE_RETRIEVAL_GET_COMPANY_DETAILSAcciónTool to retrieve detailed information for a company. use after confirming a valid company id.
Parámetros de entrada
company_idstringObligatorioUnique identifier for the company
expand_contactsbooleanWhether to include company contact details
industry_filterstringFilter results by industry category
include_financialsbooleanWhether to include financial data
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
RemoteRetrieval: Validate UserREMOTE_RETRIEVAL_VALIDATE_USERAcciónTool to validate the provided api key. use when you need to confirm the api key's validity.
REMOTE_RETRIEVAL_VALIDATE_USERAcciónTool 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
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