Forums
Hello, Our team has started the integration with eSignLive REST API to create and send packages, sign the documents and get response payload from callback listener. We have a question regarding the sessionUser. After we created and sent a package using the url as https://sandbox.esignlive.com/api/packages, we were able to get a packageId from the response.
Forums
Hi, On the DOCUMENT_SIGNED callback is it possible to know who has signed the document directly or in some other way indirectly? I need the email of the person who has signed the document for our application workflow. What can I do with the sessionUser attribute. Example Payload: {"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"DOCUMENT_SIGNED","sessionUser":"4f04-46a5","packageId":"OrqxnWET0Qh","message":null,"documentId":"DOCUMENT_Contract"} Thanks, Abhijit