v1

latestOpenAPI 3.1.0Terms of services for Altera.app2026-07-13146285.1 KB
Sales

Send invoice email to contractor

This endpoint allows you to send an issued invoice to your contractor over email. In order use the endpoint, proper configuration of global reply-to email is required (Settings > Sales > E-mail messages)

post/sales/invoice/send

Request body

invoiceIdinteger required
topicstring
contentstring
recipientstring[]
recipientFromSystemboolean

Example request

{
  "topic": "New invoice #123"
}

Response

OK