v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Send a Invoice

post/invoice/{invoice_uid}/send

Path parameters

invoice_uidstring required

Request body

invoice_uidstring
emailstring
subjectstring
email_bodystring
email_ccstring
email_bccstring
attachmentsstring[]
email_config_uidstring

Response

200

messagestring
titlestring
typestring

Example response

{
  "message": "Invoice has been sent to user@zuper.co",
  "title": "Invoice has been sent",
  "type": "success"
}