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
  • comment
    Type: string
    required
  • loadNumber
    Type: string
    required

    The unique identifier for the load

  • brokerageLoadInternalId
    Type: string

    Internal load ID in the TMS

Responses
  • 200

    Load updated successfully

Request Example for postcomment
{
  "loadNumber": "",
  "brokerageLoadInternalId": "",
  "comment": ""
}
No Body