delivery_notes_email
Send a delivery note to a client by email with the PDF attached. Customize the subject, body, CC, and BCC recipients to fit your communication needs.
Instructions
Send a delivery note to a client via email with the PDF attached. Supports custom subject, body, CC, and BCC recipients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC email addresses | |
| to | Yes | Recipient email address | |
| bcc | No | BCC email addresses | |
| body | No | Email body text (auto-generated if omitted) | |
| uuid | Yes | UUID of the delivery note to send | |
| subject | No | Email subject (auto-generated if omitted) | |
| companyId | No | Company UUID (overrides configured default) | |
| templateId | No | UUID of email template to use (category: delivery_note) |