Sends a supported public document by email.
The endpoint supports invoice, proforma, order, credit-note, and quotation.
documentType + documentId and must be available in the token scope.to field accepts an array of one or more email addresses.type field is required for a uniform contract. For invoice and proforma, it changes the subject and mail type (regular, reminder, overdue_reminder, confirmation). For order, credit-note, and quotation, it currently behaves the same as a regular send.202 Accepted.If you send an Idempotency-Key, the same key with the same payload returns the original response without sending the email again.
Bearer token created for a specific company in Integrations → API.
Optional request identifier for safe retries. Use a unique value for each create request you want to retry safely.
"invoice-create-2026-03-03-001"
Payload used to send a supported document by email. The target document is selected through documentType + documentId and must be available in the token scope.
Document type you want to send by email.
invoice, proforma, order, credit-note, quotation "invoice"
ID of a supported document.
301
Array of one or more target email addresses.
1[
"billing@example.test",
"owner@example.test"
]Mail type. For invoice and proforma, it changes the subject and template type; for order, credit-note, and quotation, it currently behaves the same as regular.
regular, reminder, overdue_reminder, confirmation "reminder"
Optional custom text inserted into the email body.
1000"Please find the document attached."
Document send request accepted.