NAiOS IconNAiOS Logo
Volver al catálogo

Detrack

detrack

Detrack is a delivery management software that offers real-time vehicle tracking, electronic proof of delivery, and automated customer notifications.

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.

Add CollectionDETRACK_ADD_COLLECTIONAcción

Tool to add a new collection in detrack. use after gathering all necessary collection details.

Parámetros de entrada

  • itemsobject[]

    List of items to collect

  • remarksstring

    Additional remarks for the collection job

  • from_telstring

    Phone number of the collection contact

  • job_dateanyObligatoriodate

    Date of the collection job in YYYY-MM-DD format

  • from_namestringObligatorio

    Name of the collection location contact

  • from_emailanyemail
  • driver_namestring

    Assigned driver's name

  • from_addressstringObligatorio

    Full address of the collection location

  • vehicle_typestring

    Vehicle type for the collection

  • tracking_numberstringObligatorio

    Unique tracking number for the collection job

  • from_postal_codestring

    Postal code of the collection address

  • scheduled_collection_timeany

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

Tool to delete all collections in the account. use when you need to purge every collection for a specific date after confirmation.

Parámetros de entrada

  • datestringObligatorio

    The collection date in YYYY-MM-DD format, e.g., '2014-02-28'.

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

Tool to delete all deliveries for a specific date. use when you need to purge deliveries in bulk before scheduling new ones.

Parámetros de entrada

  • datestringObligatorio

    The delivery date to delete all deliveries for. Format: YYYY-MM-DD.

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

Tool to delete one or more deliveries by date and d.o. number. use after confirming delivery entries to avoid accidental data loss (max 100 items per call).

Parámetros de entrada

  • itemsobject[]Obligatorio

    List of deliveries to delete; must contain between 1 and 100 items

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

Edit DeliveryDETRACK_EDIT_DELIVERYAcción

Tool to edit specific deliveries by date and d.o. number. use after confirming delivery identifiers to update their details (max 100 per call).

Parámetros de entrada

  • itemsobject[]Obligatorio

    List of delivery records to update (1 to 100 items)

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

Tool to list all jobs with optional filters and pagination. use when you need to retrieve jobs by date, status, country, or other criteria.

Parámetros de entrada

  • datestring

    Filter jobs by scheduled date in YYYY-MM-DD format.

  • pageinteger

    Page number for pagination (1-based).

  • typestring

    Filter jobs by job type (e.g., 'delivery', 'collection').

  • statusstring

    Filter jobs by job status (e.g., 'pending', 'delivered').

  • countrystring

    Filter jobs by country code (ISO 3166-1 alpha-2).

  • per_pageinteger

    Number of jobs to return per page.

  • do_numberstring

    Filter jobs by Delivery Order (DO) number.

  • tracking_numberstring

    Filter jobs by tracking number.

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

SearchDETRACK_SEARCHAcción

Tool to search for deliveries, collections, or vehicles. use after defining search criteria to retrieve matching jobs.

Parámetros de entrada

  • qobjectObligatorio

    Query object containing search criteria. Supported keys include job_no, date, status, type, etc.

  • pageinteger

    Page number for pagination (1-based). Defaults to 1.

  • limitinteger

    Number of jobs to return per page.

  • orderstringenum

    Sorting order: ASC (ascending) or DESC (descending).

    ASCDESC
  • offsetinteger

    Number of jobs to skip (for pagination).

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

View All CollectionsDETRACK_VIEW_ALL_COLLECTIONSAcción

Tool to view all collection jobs in detrack. use when you need to retrieve every collection job currently stored.

Parámetros de entrada

  • dateanyObligatoriodate

    The collection date to view all collections for. Format: YYYY-MM-DD.

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

View All DeliveriesDETRACK_VIEW_ALL_DELIVERIESAcción

Tool to view all deliveries for a specific date. use when you need to retrieve all delivery jobs on a given date.

Parámetros de entrada

  • datestringObligatorio

    The delivery date to view all deliveries for. Format: YYYY-MM-DD.

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

View All VehiclesDETRACK_VIEW_ALL_VEHICLESAcción

Tool to view all vehicles in the account. use when you need a complete list of your fleet with optional pagination.

Parámetros de entrada

  • pageinteger

    Page number for pagination (1-based).

  • per_pageinteger

    Number of vehicles to return per page.

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