Event listener help
Thursday, June 9, 2022 at 11:26amHi, 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? If so, are there any tutorials or guides to help me get this set up?
Reply to: Event listener help
Thursday, June 9, 2022 at 01:31pmHi David,
Yes, a callback listener will serve this purpose! You can refer to the below guide:
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/creating-callback-notification-listener
Duo