Send reminder notification
If a signer has not signed the transaction after a specific time, you can send the signer a reminder to sign the transaction.
With ValidSign it is possible to set a reminder schedule, but if you want to send a reminder yourself, you can use the example below.
Resending a Signing Invitation
Resending a Signing Invitation
If for any reason, a signers did not receive an email notification for signing, you can manually resend the invitation.
POST /api/packages/{packageId}/roles/{roleId}/notifications
eslClient.getPackageService().notifySigner( packageId, "walter.white@example.com");
eslClient.PackageService.NotifySigner( packageId, "walter.white@example.com");