SendInvoiceEmail
Sends an email to the contacts listed on a sales invoice, which can include the invoice details and any additional notes or payment instructions.
Input
| Name | Type | Required | Description |
| InvoiceId | String | True | The unique identifier (InvoiceId) of the invoice that is to be mailed. |
| TenantId | String | False | The ID of the tenant to query instead of the connection tenant. |
Result Set Columns
| Name | Type | Description |
| Success | String | A boolean value indicating whether the mail operation was successful. Options are 'true' if the operation was successful, or 'false' if it was unsuccessful. |