MCP documentation | MCP docs for agents
ark_send_tracking_link_email
ark.send_tracking_link_email
Send a customer-facing tracking link email for the active or selected tracking provider on a visible ARK load.
- Availability
- Expanded preview
- Scopes
loads:dispatch- ARK permissions
canAssignLoads- Team visibility
- Required and enforced
- Approval policy
ask_before_send- ARK approval request
- Required before execution
- Idempotency
- Required for external execution
- Read-only
- No
- Destructive
- No
- External side effect
- Yes
- Rate limit
- OAuth MCP credential and organization budgets
Input
loadIdstringrequiredVisible ARK load ID.
format: uuid
recipientEmailstringrequiredRecipient email address for the tracking link.
format: email; max length: 500
recipientNamestringmin length: 1; max length: 200
messagestring | nullmax length: 5000
senderNamestringmin length: 1; max length: 200
providerstringOptional tracking provider. Omit to use ARK provider selection.
one of: macropoint, truckertools, internal
Result
The tool returns the canonical ark.send_tracking_link_email operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.