freeagent_send_invoice_email
Send an invoice by email from FreeAgent, specifying the invoice ID and recipient, with optional sender, subject, and body.
Instructions
Send an invoice by email from FreeAgent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | The invoice ID | |
| to | Yes | Recipient email address | |
| from_email | No | Sender email address | |
| subject | No | Email subject line | |
| body | No | Email body text |