---
title: "Send Reminders for Envelope"
method: POST
path: "/sign/envelopes/{envelopeID}:send-reminders"
tags: ["Sign"]
---

# Send Reminders for Envelope

`POST /sign/envelopes/{envelopeID}:send-reminders`

The **Send Reminders for Envelope** endpoint triggers reminder notifications to pending participants of a specified envelope using its UUIDv4 identifier.

## Path parameters

- `envelopeID` string, uuid, required

## Request body

- SendReminders
  - `notification` Notification
    - `subject` string, required — The subject line of the notification email.
    - `body` string, required — The body content of the notification email.

## Response `202`

Reminders triggered successfully

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `404` — Envelope not found
- `409` — Reminder cannot be sent

---

[API](https://skmtc.net/gonitro/apis/nitro-sign-public-api.md) · [All operations](https://skmtc.net/gonitro/apis/nitro-sign-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gonitro/nitro-sign-public-api/versions/26e3043a365b/schema)
