27 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
How to set email reminder parameters while creating JSON request?
Below parameters we are using to set expiry option at the time of Transaction creation.
1. DefaultTimeBasedExpiry
2. Remaining days
Forum topic
OneSpan Sign
In the options for a Txn a reminder can be setup:
a) What is data element internal to package that controls whether reminding is be set?
b) What is data element internal to package that specifies # of days to wait until sending reminder?c
Forum topic
OneSpan Sign
*OneSpan Sign does not seem to allow any/all changes to automatic reminders after Txn in question has been sent for signing, is this normal/correct behavior?
Forum topic
OneSpan Sign
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.
Forum topic
OneSpan Sign
If I assign a reminder schedule to a package with multiple signers will all the reminder schedules be applied to all the signers in order?
Case:
reminderScheduleToCreate = ReminderScheduleBuilder.ForPackageWithId(packageId)
.WithDaysUntilFirstReminder(2)
.WithDaysBetweenRemind
Forum topic
OneSpan Sign
Hi,
Getting the below error for reminder. package is in draft status.
Forum topic
OneSpan Sign
Hi,
We have implemented the Reminder emails to the signers by given API and refering the below link:
Reference link:
Setting Reminders Guide
Currently we are getting the reminder emails not on the next day.
Forum topic
OneSpan Sign
I read the following blog post:
https://www.esignlive.com/blog/esignlive-setting-reminders
And tried setting up reminders in my initial POST request that creates a signing package. It's not working. ESL creates the package with no error messages but the reminders never get sent.
Forum topic
OneSpan Sign
Hello,
I have been searching in the SDK code for a while and I am unable to find how reminders are created for a package. There are ways through other SDKs as well as the REST API and the Salesforce connector. Am I missing something ?
Thanks