Load events webhook
Webhook endpoint for ingesting load events from external integrations into the FleetWorks platform.
Authorizations
An authentication token that identifies the organization associated with the event. You can reach out to FleetWorks team to request a token.
Body
The startRate, maxRate, and customerRate, and customerName are what we display in the UI. These help provide context when the broker is calling back a carrier to negotiate.
A unique identifier for the load
The local start time for the pickup in the ISO format
The local start time for the dropoff in the ISO format
Represents the current status of the load
OPPORTUNITY
, UNASSIGNED
, TENDERED
, COVERED
, IN_TRANSIT
, DELIVERED
The local end time for the pickup in the ISO format. Send this if pick up time is a window
The number of days the pickup is spread out over
The local end time for the dropoff in the ISO format. Send this if dropoff time is a window
The name of the customer
An array of additional stops in between pick up and drop off, each with a type ("pickup" or "dropoff"), address, windowStart, and optional windowEnd
The type of equipment required for the load
The minimum temperature requirement for the load in Fahrenheit
The maximum temperature requirement for the load in Fahrenheit
The total distance of the load in miles
The weight of the load in pounds
The type of commodity being transported
A boolean indicating whether team service is required
Whether the load contains hazardous materials
The rate charged to the customer
The starting rate for the load
The maximum rate for the load for negotiation
The rate for booking the load. This is the rate that the bot will relay to the carrier
Any special instructions for the load
A string representing a phone number in E.164 format, i.e. "+18008463400". If extension is present, "+15152733178;ext=3178"
The URL to send to the carrier to book the load, if booking is done through a web portal
The MC number of the carrier assigned to this load
The DOT number of the carrier assigned to this load
The final rate that was agreed upon with the carrier