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

loadIdstringrequired

Visible ARK load ID.

format: uuid

recipientEmailstringrequired

Recipient email address for the tracking link.

format: email; max length: 500

recipientNamestring

min length: 1; max length: 200

messagestring | null

max length: 5000

senderNamestring

min length: 1; max length: 200

providerstring

Optional 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.