141 results matched your search criteria
Forum topic
OneSpan Sign
Using REST API to create the package along with the documents and return a response package id. After that, we initiate a REST API signerAuthenticationToken passing packageId and email address of the signer which then redirect to an iframe to begin the signing ceremony.
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
Our application submits signing packets via the REST API and receives callback notifications. Our application is not equipped to send emails, though, and our business line wants to receive an email for each notification. Is it possible for One Span to email the callback notifications?
Forum topic
OneSpan Sign
Guys -
I know that when a document is completely signed, your system will send out a notification that we can capture to do whatever it is we need to do with that information. Is there something similar for when a user locks their account due to too many invalid attempts?
Forum topic
OneSpan Sign
Regarding this thread https://community.onespan.com/forum/disable-email-notification-signer
Forum topic
OneSpan Sign
Hi,
I did set up in Data Retention for archived as 1 days. It was moving to archived folder but i am not getting any callback notification for Transaction_Archived.
will I get notification or I should mark the status as archived then only I can receive notification
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
Forum topic
OneSpan Sign
Hello, I want to disable the email notification to an specific signer, I already try this
Forum topic
OneSpan Sign
If a OneSpan Sign package has 3 documents to sign, does the event notification send one message to cover all three documents or does it send 3 messages with different Document Ids?