invoices_email_defaults
Fetch pre-filled email content for an invoice from the company template. Populate the to, cc, subject, and body fields with substituted template variables before sending the invoice email.
Instructions
Get pre-filled email content for an invoice based on the company email template. Returns suggested "to", "cc", "subject", and "body" with template variables already substituted. Use this to populate the email form before calling invoices_email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Invoice UUID | |
| language | No | Email language: ro (default) or en | |
| companyId | No | Company UUID override (uses active company if not set) |