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

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

`POST /v1/email/sendQuote`

## Request body

- EmailQuoteDto
  - `quoteId` 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)
