---
title: "Shipped Requests Send"
method: POST
path: "/api/support/bot/shipped-requests/send"
tags: ["support-bot"]
---

# Shipped Requests Send

`POST /api/support/bot/shipped-requests/send`

Send one agent-approved release batch and mark the release processed.

## Headers

- `X-Support-Secret` string, nullable

## Request body

- FollowupBatch
  - `release_id` string, required
  - `release_url` string, required
  - `task_url` string, nullable
  - `report` string, required
  - `recipients` FollowupRecipient[]
    - `email` string, required
    - `complaint_quote` string, required
    - `copy` FollowupEmailCopy — Already reviewed, recipient-language copy rendered without raw HTML.
      - `language` string, required
      - `subject` string, required
      - `heading` string, required
      - `quote_label` string, required
      - `change_label` string, required
      - `release_summary` string, required
      - `live_line` string, required
      - `thanks_line` string, required
      - `cta_label` string, required
    - `source_url` string, nullable
    - `scheduled_at` string, date-time, nullable

## Response `200`

Successful Response

- object

## 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)
