---
title: "Send an email"
method: POST
path: "/email_addresses/{id}/send"
tags: ["Emails"]
---

# Send an email

`POST /email_addresses/{id}/send`

## Path parameters

- `id` string, required

## Request body

- object
  - `to` string, required — The email address to send the email to
  - `subject` string, required — The subject of the email
  - `body` string, required — The body of the email

## Response `200`

A confirmation that the email was sent

- object
  - `ok` boolean, required — Whether the email was sent successfully

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
