Resend signing emails
Resends signing invitation emails to specific participants in an eSign session. Useful when a participant did not receive the original email or needs a reminder.
| Path Parameters |
|---|
id uuid — REQUIREDThe eSign session ID (UUID) |
| Request Body — REQUIRED |
|---|
signerIds uuid[] — REQUIREDList of participant IDs to resend the signing email to |
| Responses | |||||
|---|---|---|---|---|---|
200Emails resent successfully | |||||
400Bad request — id is not a valid UUID or signerIds is empty
| |||||
404eSign session or signer not found
|