---
title: "Send signer reminder email"
method: POST
path: "/signer/{signerId}/send-reminder/"
tags: ["signer"]
---

# Send signer reminder email

`POST /signer/{signerId}/send-reminder/`

## Path parameters

- `signerId` string, required

## Request body

- SendReminderPost
  - `text` string — custom message text, html will be stripped

## Response `200`

operation successful

## Other responses

- `401` — failed to send

---

[API](https://skmtc.net/legalesign/apis/legalesign-api.md) · [All operations](https://skmtc.net/legalesign/apis/legalesign-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legalesign/legalesign-api/revisions/3bf301e758f2/schema)
