OptimoRoute
optimorouteOptimoRoute is an online route optimization and planning solution for delivery, logistics, and field service companies.
Acciones disponibles (2)
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 DriversOPTIMOROUTE_GET_DRIVERSAcciónTool to retrieve all drivers in the system. use when you need up-to-date driver data including status and contact information.
OPTIMOROUTE_GET_DRIVERSAcciónTool to retrieve all drivers in the system. use when you need up-to-date driver data including status and contact information.
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
Get Planned RoutesOPTIMOROUTE_GET_ROUTESAcciónTool to retrieve all planned routes for a given date. use when you need a detailed view of routes including optional stops, route parameters, and unassigned orders.
OPTIMOROUTE_GET_ROUTESAcciónTool to retrieve all planned routes for a given date. use when you need a detailed view of routes including optional stops, route parameters, and unassigned orders.
Parámetros de entrada
route_idsstring[]Optional list of route IDs to filter the results
route_datestringObligatorioDate for which to retrieve routes in YYYY-MM-DD format
include_stopsbooleanWhether to include detailed stop information for each route
include_unassignedbooleanWhether to include unassigned orders in the response
include_route_paramsbooleanWhether to include route parameters (e.g., optimization settings)
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