MCP documentation | MCP docs for agents
ark_send_carrier_remittance_email
ark.send_carrier_remittance_email
Send carrier or factoring remittance emails for selected ARK carrier payments or settlement numbers using grouped AP remittance details.
- 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
remittanceTypestringrequiredUse payment with carrierPaymentIds for selected payments, or settlement with settlementNumbers for existing carrier settlements.
one of: payment, settlement
carrierPaymentIdsarray<string>Visible carrier payment IDs when remittanceType is payment.
min items: 1; max items: 100
settlementNumbersarray<integer>Visible carrier settlement numbers when remittanceType is settlement.
min items: 1; max items: 50
paymentDatestringrequiredPayment date shown in the remittance email, in YYYY-MM-DD format.
Result
The tool returns the canonical ark.send_carrier_remittance_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.