client_invoice_send
Send finalized client invoices via email with required recipient list and subject line. Optionally include email body and BCC self.
Instructions
Send a finalized client invoice to the client via email. Requires send_to (one or more recipient emails) and email_title; optional email_body and copy_to_self (default true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Client invoice ID (UUID) | |
| send_to | Yes | Recipient email addresses (at least one required) | |
| email_body | No | Email body (optional) | |
| email_title | Yes | Email subject (required) | |
| copy_to_self | No | BCC the authenticated user (defaults to true server-side) |