Webhook
Load Carrier Event
v2 equivalent:
CARRIER_INFO_UPDATE(uses shared event envelope).
Augment POSTs this payload to your configured load-carrier-event endpoint when Augie obtains an update to the carrier for a load. Implement a listener at the URL you provide to Augment to receive these updates.
Body·
required
application/json
- Type: objectload
Carrier Update required - Type: stringload
Number requiredThe unique identifier for the load
- Type: stringbrokerage
Load Internal Id Internal load ID in the TMS
Responses
- 200
Load updated successfully
Request Example for postloadCarrierEvent
{
"loadNumber": "",
"brokerageLoadInternalId": "",
"loadCarrierUpdate": {
"source": "EMAIL",
"driverName": "",
"driverPhoneNumber": "",
"truckNumber": "",
"trailerNumber": "",
"bolNumber": "",
"notes": ""
}
}
No Body