Webhook
Comment
v2 equivalent:
COMMENT(uses shared event envelope).
Augment POSTs this payload to your configured comment endpoint when Augie sends an email, text message, or completes a phone call, and that communication does not contain structured information that creates a distinct event (like Tracking Event or Load Carrier Event). Implement a listener at the URL you provide to Augment to receive communication updates that don't map to structured event types.
Body·
required
application/json
- Type: stringcommentrequired
- 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 postcomment
{
"loadNumber": "",
"brokerageLoadInternalId": "",
"comment": ""
}
No Body