MCP documentation | MCP docs for agents
ark_send_customer_invoice
ark.send_customer_invoice
Send the customer invoice email using the attached ARK billing packet, mark the customer payment invoiced, and optionally queue QuickBooks invoice sync.
- Availability
- Expanded preview
- Scopes
loads:readbilling:write- ARK permissions
canViewLoadscanViewBillingcanMakeAdjustments- 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 whose customer invoice should be sent.
format: uuid
customerPaymentIdstringOptional customer payment ID. Omit to use the latest payment for the load.
format: uuid
queueQuickBooksSyncbooleanQueue QuickBooks customer invoice sync after the invoice email is sent.
default: false
Result
The tool returns the canonical ark.send_customer_invoice 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.