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

Changes