Send a customer invoice by email

This endpoint allows you to send a finalized, imported customer invoice or credit note
by email to your customer. This requires that the PDF file for that document
has been generated (this process can take a few minutes), so if you just created
the invoice in our system, we may return a 409 error. You should
retry the request in a few minutes - if you receive a 204 response, that means
that the email is on its way. For more information about email sending, please
read this guide.

⚠️ ALPHA STATUS NOTICE

This endpoint is currently in alpha. It is part of an early testing phase, and its functionality may change or be removed in future updates.
We welcome your feedback to help us improve. Please use this endpoint with caution, especially in production environments, as backward compatibility is not guaranteed and functionality may change frequently.
This feature is best suited for developers interested in testing and providing input on upcoming capabilities.

ℹ️

This endpoint requires one of the following scopes: customer_invoices:all

Log in to see full request history
Path Params
integer
required
Body Params
recipients
array of strings

Email recipients.

If empty, the email will be sent to the recipient email addresses specified for the customer of this invoice.

recipients
Responses
204

Invoice is being sent by email

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here! Or choose an example:
application/json