Detrack
detrackDetrack is a delivery management software that offers real-time vehicle tracking, electronic proof of delivery, and automated customer notifications.
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ónTool to add a new collection in detrack. use after gathering all necessary collection details.
DETRACK_ADD_COLLECTIONAcciónTool to add a new collection in detrack. use after gathering all necessary collection details.
Parámetros de entrada
itemsobject[]List of items to collect
remarksstringAdditional remarks for the collection job
from_telstringPhone number of the collection contact
job_dateanyObligatoriodateDate of the collection job in YYYY-MM-DD format
from_namestringObligatorioName of the collection location contact
from_emailanyemaildriver_namestringAssigned driver's name
from_addressstringObligatorioFull address of the collection location
vehicle_typestringVehicle type for the collection
tracking_numberstringObligatorioUnique tracking number for the collection job
from_postal_codestringPostal code of the collection address
scheduled_collection_timeany
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
Delete All CollectionsDETRACK_DELETE_ALL_COLLECTIONSAcciónTool to delete all collections in the account. use when you need to purge every collection for a specific date after confirmation.
DETRACK_DELETE_ALL_COLLECTIONSAcciónTool 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
datestringObligatorioThe collection date in YYYY-MM-DD format, e.g., '2014-02-28'.
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
Delete All DeliveriesDETRACK_DELETE_ALL_DELIVERIESAcciónTool to delete all deliveries for a specific date. use when you need to purge deliveries in bulk before scheduling new ones.
DETRACK_DELETE_ALL_DELIVERIESAcciónTool 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
datestringObligatorioThe delivery date to delete all deliveries for. Format: YYYY-MM-DD.
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
Delete DeliveryDETRACK_DELETE_DELIVERYAcciónTool 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).
DETRACK_DELETE_DELIVERYAcciónTool 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[]ObligatorioList of deliveries to delete; must contain between 1 and 100 items
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
Edit DeliveryDETRACK_EDIT_DELIVERYAcciónTool to edit specific deliveries by date and d.o. number. use after confirming delivery identifiers to update their details (max 100 per call).
DETRACK_EDIT_DELIVERYAcciónTool 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[]ObligatorioList of delivery records to update (1 to 100 items)
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
List JobsDETRACK_LIST_JOBSAcciónTool to list all jobs with optional filters and pagination. use when you need to retrieve jobs by date, status, country, or other criteria.
DETRACK_LIST_JOBSAcciónTool 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
datestringFilter jobs by scheduled date in YYYY-MM-DD format.
pageintegerPage number for pagination (1-based).
typestringFilter jobs by job type (e.g., 'delivery', 'collection').
statusstringFilter jobs by job status (e.g., 'pending', 'delivered').
countrystringFilter jobs by country code (ISO 3166-1 alpha-2).
per_pageintegerNumber of jobs to return per page.
do_numberstringFilter jobs by Delivery Order (DO) number.
tracking_numberstringFilter jobs by tracking number.
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
SearchDETRACK_SEARCHAcciónTool to search for deliveries, collections, or vehicles. use after defining search criteria to retrieve matching jobs.
DETRACK_SEARCHAcciónTool to search for deliveries, collections, or vehicles. use after defining search criteria to retrieve matching jobs.
Parámetros de entrada
qobjectObligatorioQuery object containing search criteria. Supported keys include job_no, date, status, type, etc.
pageintegerPage number for pagination (1-based). Defaults to 1.
limitintegerNumber of jobs to return per page.
orderstringenumSorting order: ASC (ascending) or DESC (descending).
ASCDESCoffsetintegerNumber of jobs to skip (for pagination).
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
View All CollectionsDETRACK_VIEW_ALL_COLLECTIONSAcciónTool to view all collection jobs in detrack. use when you need to retrieve every collection job currently stored.
DETRACK_VIEW_ALL_COLLECTIONSAcciónTool to view all collection jobs in detrack. use when you need to retrieve every collection job currently stored.
Parámetros de entrada
dateanyObligatoriodateThe collection date to view all collections for. Format: YYYY-MM-DD.
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
View All DeliveriesDETRACK_VIEW_ALL_DELIVERIESAcciónTool to view all deliveries for a specific date. use when you need to retrieve all delivery jobs on a given date.
DETRACK_VIEW_ALL_DELIVERIESAcciónTool 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
datestringObligatorioThe delivery date to view all deliveries for. Format: YYYY-MM-DD.
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
View All VehiclesDETRACK_VIEW_ALL_VEHICLESAcciónTool to view all vehicles in the account. use when you need a complete list of your fleet with optional pagination.
DETRACK_VIEW_ALL_VEHICLESAcciónTool to view all vehicles in the account. use when you need a complete list of your fleet with optional pagination.
Parámetros de entrada
pageintegerPage number for pagination (1-based).
per_pageintegerNumber of vehicles to return per page.
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