---
title: "Send invoice email to contractor"
method: POST
path: "/sales/invoice/send"
tags: ["Sales"]
---

# Send invoice email to contractor

`POST /sales/invoice/send`

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)

## Request body

- object
  - `invoiceId` integer, required
  - `topic` string
  - `content` string
  - `recipient` string[]
  - `recipientFromSystem` boolean

## Response `200`

OK

## Changes

> 4 revisions in range; 1 could not be searched.

- **2024-08-26** `64c683372c45` — 1 info
  - endpoint added
- **2024-08-26** `a2d864f3a8db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/altera-co/apis/openapi/changes/sales/invoice/send/post.md)

---

[API](https://skmtc.dev/altera-co/apis/openapi.md) · [All operations](https://skmtc.dev/altera-co/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/altera-co/openapi/revisions/39a4dd6ca527/schema)
