183 results matched your search criteria
Forum topic
OneSpan Sign
Hi
Is there a callback event when a signer views the document to tbe signed, but does not take any further action after viewing.
The signer simply closes the browser
Is there a webpage that describes all the callback events.
What is the "transaction Activated" event
Regards
Mario
Forum topic
OneSpan Sign
Is there a way to get notifications from eSignLive when certain events happen? For example, if we send out a document for signature and the person signs or declines the package, is there a way to receive notifications about this so our system can react appropriately?
Forum topic
OneSpan Sign
Hi, I created a console application (using .NET SDK) to retrieve field values and save them to a SharePoint list, but I would like to set it up to run whenever a package is completed. Would I use an Event Listener for this purpose?
Forum topic
OneSpan Sign
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/using-javascript-event-notifiers
Forum topic
OneSpan Sign
First, my apologies if this is the incorrect forum group for this topic. Happy to move it to a different forum if there is a better one.
Forum topic
OneSpan Sign
I am successfully receiving events in Salesforce for transactions I created in the OSS portal but not for any packages I create via the SDK. Is there something I need to set when I create packages via APEX?
I noticed this comment in your blog series on Salesforce events:
Forum topic
OneSpan Sign
I have created a .Net web application to receive posts from the eSignLive server to handle event notifications (PACKAGE_CREATED, DOCUMENT_SIGNED, etc.) I am successfully receiving the events, parsing the Json posted to me, and handling the events.
Forum topic
OneSpan Sign
Hi,
One of our client is reporting that the "ESL:MESSAGE:STARTED:SIGNER_COMPLETE" event is not showing in console with Mobile Signing Ceremony, under this scenario:
- Have a signer and three documents, first document contains one signature, second is an accept-only document, third document is a rev
Forum topic
OneSpan Sign
Is there a way to capture the session expired event for a signer?
Forum topic
OneSpan Sign
I see in your .net SDK documentation that you can setup the push notifications by running this code:
eslClient.EventNotificationService.Register(EventNotificationConfigBuilder.NewEventNotificationConfig(URL)
.WithKey(APIKEY)
.ForEvent(EVENT1)
.ForEvent