---
title: "Reactivation Send Test"
method: POST
path: "/api/internal/app-auto-gtm/reactivation/send-test"
tags: ["AppAutoGtm"]
---

# Reactivation Send Test

`POST /api/internal/app-auto-gtm/reactivation/send-test`

## Request body

- ReactivationSendTestRequest — Send the (possibly edited) draft to the org's own owner on the real founder-mail rails — stage 1 refuses any org whose owner is not an employee address (a team member's test org).
  - `org_id` string, required
  - `subject` string, required
  - `body` string, required
  - `campaign_context` string, nullable
  - `trigger` string, nullable

## Response `200`

Successful Response

- ReactivationSendTestResponse
  - `thread_id` string, required
  - `resend_id` string, nullable
  - `to_email` string, required

## Other responses

- `422` — Validation Error

---

[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/f169bc6e9447/schema)
