Send a Reminder to Signers
Wednesday, July 11, 2018 at 10:01amFrom 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.
Reply to: Send a Reminder to Signers
Wednesday, July 11, 2018 at 06:46pm