---
title: "Sends a Statement 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/sendEmailStatement"
tags: ["Email"]
---

# Sends a Statement 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/sendEmailStatement`

## Request body

- EmailStatementDto
  - `customerId` integer
  - `fromPeriod` string, date-time
  - `toPeriod` string, date-time
  - `minimumBalance` number, double
  - `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)
