Send Invoice
send_invoiceSend an invoice to a client by email, with an option to override the recipient address. Ensures the invoice exists and is not cancelled.
Instructions
Send an invoice to the client via email. Optionally override the recipient email address. The invoice must exist and should not already be cancelled. / Envia una factura al cliente por email. Opcionalmente se puede cambiar el email destinatario.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Invoice ID / ID de la factura | |
| to | No | Override recipient email / Email destinatario alternativo |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| message | No | ||
| success | Yes |