NAiOS IconNAiOS Logo
Volver al catálogo

OptimoRoute

optimoroute

OptimoRoute is an online route optimization and planning solution for delivery, logistics, and field service companies.

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

Tool 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

  • 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 Planned RoutesOPTIMOROUTE_GET_ROUTESAcción

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

    Date for which to retrieve routes in YYYY-MM-DD format

  • include_stopsboolean

    Whether to include detailed stop information for each route

  • include_unassignedboolean

    Whether to include unassigned orders in the response

  • include_route_paramsboolean

    Whether to include route parameters (e.g., optimization settings)

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