---
title: "Sends a Sales Invoice email.
If \"toAddress\" is not empty then email will be sent to this address. Otherwise email will be sent to Sales Invoice Customer's address."
method: POST
path: "/v1/email/sendSalesInvoice"
tags: ["Email"]
---

# Sends a Sales Invoice email.
If "toAddress" is not empty then email will be sent to this address. Otherwise email will be sent to Sales Invoice Customer's address.

`POST /v1/email/sendSalesInvoice`

## Request body

- SalesInvoiceEmailInfoDto
  - `salesInvoiceId` integer
  - `toAddress` string
  - `bccAddresses` string[]
  - `messageBody` string

## Response `200`

OK

- object

---

[API](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/revisions/e1d97979e906/schema)
