send_delivery_note_by_email
Send a delivery note via email with customizable subject, body, and recipients. The email is sent immediately and cannot be undone.
Instructions
Sends specified delivery note by email (SENDS REAL EMAIL — irreversible)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delivery_note_id | Yes | delivery note ID | |
| subject | Yes | email's subject | |
| body | Yes | email's body | |
| recipients | Yes | email's recipients | |
| 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 |