---
title: "Send email from agent"
method: POST
path: "/v1/agent-mail/send"
tags: ["Agent Email"]
---

# Send email from agent

`POST /v1/agent-mail/send`

Send an email from the agent's @voidmail.ai address.

## Request body

- object
  - `to` string, required
  - `subject` string, required
  - `text` string
  - `html` string

## Response `200`

Email sent

---

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