v1
latestOpenAPI 3.1.02026-07-222392081.7 MBInvoices
Send invoice emails
Send a specific email (email_type) to the customer for a list of invoices, asynchronously in batch. An invoice whose status doesn't resolve to the requested email is skipped. Results can be tracked via webhooks with the invoice.batch.email_succeeded, invoice.batch.email_skipped and invoice.batch.email_failed events.
post/v1/invoices/send-email
Request body
Example request
{
"batch_id": "batch_1eTaiytfA0i2Va",
"email_type": "invoice_ready",
"ids": [
"inv_1eTaiytfA0i2Va",
"inv_1eTaiytfA0i2Vb"
]
}Response
Example response
{
"batch_id": "batch_1eTaiytfA0i2Va"
}