---
title: "Send Email"
method: POST
path: "/email/send"
---

# Send Email

`POST /email/send`

Send Email API on Sendchamp

## Request body

- object
  - `subject` string, required — Email Subject
  - `to` object[], required — Add the name and email address of the recipeint
    - `email` string, required
    - `name` string, required
  - `from` object — Add the name and email address of the sender. This is optional. If you don't specify a name, the system will pick your business short name
    - `email` string, required
    - `name` string, required
  - `message_body` object, required — This is the body of your message. Type should be text/html and value should be the content of your email. The content of your email could be an html file or plain text
    - `type` string, required
    - `value` string, required

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/sendchamp/apis/send-sms.md) · [All operations](https://skmtc.dev/sendchamp/apis/send-sms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sendchamp/send-sms/revisions/399d08f054ce/schema)
