27 results matched your search criteria
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
Forum topic
OneSpan Sign
Hi,
Could auto email reminder configure at account level? if yes, could you please show how to configure it?
Thanks
Wendy
Forum topic
OneSpan Sign
Hi,
Does anyone know if it's possible, given a PackageID, to trigger a reminder email so that all the signers are reminded to sign ?
Forum topic
OneSpan Sign
Hey,
I followed your guidance on Reminder and the code works well:
https://developer.esignlive.com/guides/feature-guides/reminders/
But when I want to check if I have successfully configured reminders, I can't find the related information in the package JSON. Please advise me.
Thanks in advance!
Forum topic
OneSpan Sign
Hi,
We are implementing eSignature application for our field agents who would solicit electronic signature from their client on their tablet.
Business has provided us a requirement that at the time of signing document XYZ, there needs to be a prompt or a reminder for the agent in Section 3 & 4 o
Forum topic
OneSpan Sign
Hi,
I have created a package in Onespan, during which an email gets generated. But now, I want to send a reminder notification email to signers of this existing package, with a link to the onespan docs. How can I do this in Java?
Forum topic
OneSpan Sign
Hi Team,
We are using POST reminders api to schedule reminders. Initialy, we are creating package in DRAFT status.
Secondly, we are calling reminders POST api to set reminders.
As a response, we are getting 404 error.
Forum topic
OneSpan Sign
Hello,
We have integrated our salesforce application with onespan using APEX SDK for our signature use cases. We want to know how can we set reminder while we are creating the package using apex sdk. Could you please share the instructions?
Thanks
Anway Kabir
Forum topic
OneSpan Sign
We are having an intermittent issue with our REST API client. Normally, it posts the signing package create request in DRAFT status, posts the request to add reminders then posts a request to put the request into SENT status.
Forum topic
OneSpan Sign
Hi,
Where can we send the reminder notification related parameters in initial package creation request.
Please share me the sample initial package creation json request for setting reminder related information.
As of now i am using create a reminder schedule by making a POST request to the bas