send_invoice_by_email
Send an invoice or receipt to specified recipients via email with customizable subject, body, and sender.
Instructions
Sends specified invoice by email (SENDS REAL EMAIL — irreversible)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | invoice ID | |
| subject | Yes | email's subject | |
| body | Yes | email's body | |
| recipients | Yes | email's recipients | |
| receipt | No | whether to send a receipt instead of an invoice (false by default) | |
| from | No | sender's email: if nothing specified, company's default will be applied; possible values: CO - company's email, U - user's email, S - company's SMTP email, CE - central email: no-reply@smallinvoice.com |