FleetWorks Docs home page
Search...
⌘K
Ask AI
Support
App
App
Search...
Navigation
Documentation
API Reference
General
Introduction
Integration options
Voice
How it works
Telephony
Custom use cases
Track-and-Trace Calls
Outbound Carrier Sales Calls
Email
How it works
Events
Bids
Call events
Single sign-on
SSO with SAML 2.0
Set up SSO with Okta
On this page
Bid Event Payload
Events
Bids
FleetWorks sends bid events to your TMS when carriers submit bids on loads. The webhook payload contains bid details and carrier information.
Configure your webhook URL in the FleetWorks dashboard to receive bid events.
Bid Event Payload
loadId
string
required
Load identifier
amount
number
required
Bid amount
notes
string
Additional bid details
url
string
Link to bid on FleetWorks platform
source
object
required
Source of the bid
Show child attributes
sourceType
string
required
Type of source (“call” or “email”)
id
string
required
Unique identifier of the source (call ID or email thread ID)
direction
string
required
Direction of communication (“inbound” or “outbound”)
fromParty
object
required
Party that initiated the communication
Show child attributes
partyType
string
required
Type of party (“carrier” or “broker”)
phone
object
Phone contact details
Show child attributes
e164Number
string
Phone number in E.164 format
email
string
Email address
name
string
Name of the initiating party
toParty
object
required
Party that received the communication
Show child attributes
partyType
string
required
Type of party (“carrier” or “broker”)
phone
object
Phone contact details
Show child attributes
e164Number
string
Phone number in E.164 format
email
string
Email address
name
string
Name of the receiving party
carrier
object
Carrier details
Show child attributes
mcNumber
string
Carrier MC number
dotNumber
string
Carrier DOT number
companyName
string
Carrier company name
phone
object
Phone contact details
Show child attributes
e164Number
string
Phone number in E.164 format
email
string
Carrier email address
compliance
object
Compliance details
Show child attributes
hwConnectionStatus
string
HighwayWise connection status
hwRulesAssessment
string
HighwayWise rules assessment
metadata
object
Additional metadata as key-value pairs
How it works
Call events
Assistant
Responses are generated using AI and may contain mistakes.