Send invoice emails
Invoices
Send invoice emails
Send a specific email (email_type) to the customer for up to 50 invoices in a single request. Invoices whose status doesn’t match the requested email are skipped. Returns a per-invoice result.
POST
Send invoice emails
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Send invoice emails payload
The email to send. The invoice's status must resolve to this email, otherwise it is skipped with reason email_type_mismatch.
invoice_ready: The to-pay invoice email (forto_pay,partially_paid,lateinvoices).invoice_settled: The paid-invoice email (forpaidinvoices).invoice_errored: The failed-payment email (forerrorinvoices with a payment method).credit_note_settled: The credit-note email (for paid refunds).
Available options:
invoice_ready, invoice_settled, invoice_errored, credit_note_settled Example:
"invoice_ready"
IDs of the invoices to send the email for. Between 1 and 50 per request, and must be unique.
Required array length:
1 - 50 elementsExample:
["inv_1eTaiytfA0i2Va", "inv_1eTaiytfA0i2Vb"]Response
200 - application/json
Per-invoice outcome, in the same order as the requested ids.

