send_invoice_email
Email an invoice to your client using the organization's default email template, with options to customize subject, message, and add CC recipients.
Instructions
Email an invoice to the client. Uses the organization's default email template unless overridden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC email addresses | |
| id | Yes | The Elorus invoice ID to send | |
| to | Yes | Recipient email addresses | |
| message | No | Email body text (uses default template if omitted) | |
| subject | No | Email subject line (uses default template if omitted) |