MCP documentation | MCP docs for agents

ark_send_custom_email

ark.send_custom_email

Send a custom ARK TMS email from the organization sender with optional storage or inline attachments.

Availability
Expanded preview
Scopes
loads:write
ARK permissions
canViewLoads
Team visibility
Not entity-scoped
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

tostring | array<string>required
ccstring | array<string>
bccstring | array<string>
subjectstring

default: ""; max length: 500

bodystring

default: ""; max length: 100000

htmlBodystring

max length: 250000

Result

The tool returns the canonical ark.send_custom_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.