---
title: "Resend signing invitation"
method: POST
path: "/esign/sessions/{sessionId}/resend/{signerIndex}"
tags: ["E-Signatures"]
---

# Resend signing invitation

`POST /esign/sessions/{sessionId}/resend/{signerIndex}`

Resends the signing invitation email to a specific signer. Useful when the original email was missed or expired.

## Path parameters

- `sessionId` string, required
- `signerIndex` integer, required

## Response `200`

Invitation resent

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Signer already signed or invalid session status
- `404` — Resource not found

---

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