---
title: "Send Document Request Reminders"
method: POST
path: "/document-requests/remind"
tags: ["document_requests"]
---

# Send Document Request Reminders

`POST /document-requests/remind`

Chase every recipient of the selected requests, one email each.

Each person gets a single consolidated mail listing the requests they are
on, so someone named on three asks is chased once rather than three times.
``last_reminder_sent`` is per request and stamped when *any* of its
recipients was reached — the record is that the request was chased, not that
a particular person heard about it.

## Request body

- SendReminderRequest
  - `vendor_id` string, uuid, required
  - `request_ids` string[], required

## Response `200`

Successful Response

- SendRemindersResponse — ``recipients_notified`` is people reached, not requests chased.
  - `message` string, required
  - `reminded_request_count` integer, required
  - `recipients_notified` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
