---
title: "Founder Mail Reply"
method: POST
path: "/api/internal/founder-mail/reply"
tags: ["Internal"]
---

# Founder Mail Reply

`POST /api/internal/founder-mail/reply`

## Headers

- `x-admin-token` string, nullable

## Request body

- FounderMailReplyRequest
  - `org_id` string, required
  - `email` string, email, required
  - `subject` string, required
  - `body` string, required
  - `message_ts` string, nullable
  - `sent_by` string

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `aec0744a2cd1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/explee/apis/explee-api/changes/api/internal/founder-mail/reply/post.md)

---

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