v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Send an email to a guest

If the invoice is closed and has complete payment, invoke this api to e-mail to the guest.

put/v1/invoices/{invoice_id}/email

Path parameters

invoice_idstring required

Unique identifier of the invoice.

Response

200

invoice_idstring
mail_sent_successboolean

Example response

{
  "invoice_id": "0d7de3ef-f443-4d02-b39f-649ae22910f6",
  "mail_sent_success": true
}