MCP documentation | MCP docs for agents

ark_send_customer_invoices

ark.send_customer_invoices

Send selected READY ARK customer invoice emails in one AR workflow, mark successful payments INVOICED, return per-payment failures, 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

customerPaymentIdsarray<string>required

Visible READY customer payment IDs whose invoice emails should be sent in one AR workflow.

min items: 1; max items: 100

queueQuickBooksSyncboolean

Queue QuickBooks customer invoice sync after each successful invoice email.

default: false

Result

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