Invoices
Send invoice email
Send the invoice to a specified email address, or to the customer's email if none is provided.
post/api/invoices/{id}/send-email
Path parameters
idstring required
Invoice ID
Request body
Example request
{
"email": "customer@example.com"
}Response
Email queued for delivery
Example response
{
"message": "Operation completed successfully"
}