---
title: "POST /api/v2/webmail/compose-sessions/{id}/send/"
method: POST
path: "/api/v2/webmail/compose-sessions/{id}/send/"
tags: ["webmail"]
---

# POST /api/v2/webmail/compose-sessions/{id}/send/

`POST /api/v2/webmail/compose-sessions/{id}/send/`

Send an email based on the given compose session.

## Path parameters

- `id` string, required

## Request body

- SendEmail — Mixin to inject scheduled_datetime logic into a serializer.
  - `sender` string, email, required
  - `subject` string
  - `body` string
  - `to` string[], required
  - `cc` string[]
  - `bcc` string[]
  - `in_reply_to` string
  - `scheduled_datetime` string, date-time

## Response `200`

- SendEmail — Mixin to inject scheduled_datetime logic into a serializer.
  - `sender` string, email, required
  - `subject` string
  - `body` string
  - `to` string[], required
  - `cc` string[]
  - `bcc` string[]
  - `in_reply_to` string
  - `scheduled_datetime` string, date-time

---

[API](https://skmtc.net/modoboa/apis/modoboa-api.md) · [All operations](https://skmtc.net/modoboa/apis/modoboa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modoboa/modoboa-api/versions/01f8eaf44cc7/schema)
