Webhook
Scheduled Carrier Outreach
v2 equivalent:
SCHEDULED_CARRIER_OUTREACH(uses shared event envelope).
Augment POSTs this payload to your configured scheduled-carrier-outreach endpoint when Augie schedules a future Track & Trace carrier outreach for a load. Clients must configure a SCHEDULED_CARRIER_OUTREACH webhook subscription to receive these events.
Body·
required
application/json
- Type: stringcontextrequired
Context describing why the carrier outreach was scheduled
- Type: stringload
Number requiredThe unique identifier for the load
- Type: stringenumoutreach
Type requiredThe type of carrier outreach scheduled
values- P
H O N E _ C A L L - E
M A I L - T
E X T _ M E S S A G E
- Type: stringFormat: date-timescheduled
At requiredThe scheduled carrier outreach time, as a UTC ISO 8601 string ending in
Z(e.g.2025-08-21T12:34:56Z) - Type: string | nullbrokerage
Load Internal Id Optional internal load ID in the TMS. Use loadNumber as the main ID. Will be null if not provided.
Responses
- 200
Scheduled carrier outreach received successfully
Request Example for postscheduledCarrierOutreach
{
"loadNumber": "",
"brokerageLoadInternalId": null,
"scheduledAt": "",
"outreachType": "PHONE_CALL",
"context": ""
}
No Body