mmarozas | Posts: 19

Send a Reminder to Signers

0 votes
From the eSignLive UI there is an email button with the words "Remind" underneath. When clicked it sends an email reminder to all signers that have yet to sign. Is it possible to replicate this action of sending an on demand reminder to the signer using the SDK without updating/altering the reminder schedule already in place for the package? EDIT: I believe I have found what I'm looking for -
eslClient.getPackageService().notifySigner(PackageId packageId, String string1, String string2)
where the first string param is the email address of the signer and the second string param is the $PACKAGE_MESSAGE.

Approved Answer
mwilliams | Posts: 957

Reply to: Send a Reminder to Signers

0 votes
Glad you found what you were looking for. Let us know if you run into any further issues. :) For future reference for anyone with this same question, you can also see the following guide: Notify Signers

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off