Forums
I'm having difficulty understanding the inclusion of the callback key described here: http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification private EventNotificationConfig eventNotificationConfig; public string URL = "http://my.url.com"; public string KEY = "abc"; // Register for event notification eslClient.EventNotificationService.Register(EventNotificationConfigBuilder.NewEventNotificationConfig(URL) .WithKey(KEY) .ForEvent(EVENT1) .ForEvent(EVENT2) Is the "KEY = 'abc'" the api key?
Forums
We are trying to get the signing URL for the signer to display in an IFrame without having to send the package. Currently I keep getting the error of "cannot get signing url because package is editable", I can only assume that means I can't get the signing URL with the package in draft status. Can I just update the status to sent(this would not be the preferable way)?
Forums
Our application is using e-SignLive for signatures on insurance documents. Our application provides users with the ability to choose wet signatures on paper or e-signing. It is possible for a user to choose e-signing and then change to wet signing on paper after we have sent you the e-sign package but before it has been e-signed. When this occurs, we would like to be able to immediately expire the e-sign package so that they can no longer access it through the URL they received by email. Is this possible?
Forums
Hello! I need to be able to pull down the name of the file that was uploaded with a document in a given package. I see that there is a "FileName" property on the "Document" object, but when I pull a package down and loop through its documents, the FileName is always null. Any assistance would be greatly appreciated! I was directed to this forum from Support. Thanks!
Forums
I need to have a way to enter the url like https://sandbox.esignlive.com/packages/ab854149-bd9c-4c80-89e0-3a6012c23659 and using single sign on be instantly put into that document packages edit screen using your web interface. The theory behind this is that we are using your API to create and send packages, but if the user wants to use some of Silanis' more advanced settings they can simply open the Silanis Web UI by clicking a single button in our application.