Invoices

Send invoice, quote, or reminder by email

Sends an invoice/quote/reminder email and records a send log in sentEmailHistory.

Use invoiceStatus to control how the email is sent and logged:

  • invoice (default) — standard invoice email
  • quote or offer — quote/offer email
  • reminder — payment reminder email
  • confirmation — payment confirmation email

Alternatively, use overrides to set the invoice type or payment status for the email template.

post/invoices/{id}/send

Request body

ccEmailsstring[]
invoiceStatus'invoice' | 'quote' | 'offer' | 'reminder' | 'confirmation'

Type of email to send. Controls the email template and is recorded in sentEmailHistory.

localestring
overridesobject
testModeboolean
toEmailstring required
userEmailstring

Response

Sent (or send attempted)

Changes

No recorded changes to this endpoint across all 1 revision of this API.