Detrack

Learn how to use Detrack with Composio

Overview

Enum

DETRACK

Description

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

Authentication Details

api_key
stringRequired

Actions

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

Action Parameters

driver_name
string
from_address
stringRequired
from_email
from_name
stringRequired
from_postal_code
string
from_tel
string
items
array
job_date
Required
remarks
string
scheduled_collection_time
tracking_number
stringRequired
vehicle_type
string

Action Response

data
object
error
string
successful
boolean
Tool to delete all collections in the account. use when you need to purge every collection for a specific date after confirmation.

Action Parameters

date
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete all deliveries for a specific date. use when you need to purge deliveries in bulk before scheduling new ones.

Action Parameters

date
stringRequired

Action Response

data
object
error
string
successful
boolean
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).

Action Parameters

items
arrayRequired

Action Response

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

Action Parameters

items
arrayRequired

Action Response

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

Action Parameters

country
string
date
string
do_number
string
page
integer
per_page
integer
status
string
tracking_number
string
type
string

Action Response

data
object
error
string
successful
boolean
Tool to view all collection jobs in detrack. use when you need to retrieve every collection job currently stored.

Action Parameters

date
Required

Action Response

data
object
error
string
successful
boolean
Tool to view all deliveries for a specific date. use when you need to retrieve all delivery jobs on a given date.

Action Parameters

date
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to view all vehicles in the account. use when you need a complete list of your fleet with optional pagination.

Action Parameters

page
integer
per_page
integer

Action Response

data
object
error
string
successful
boolean