Nintex Sign, can we get signed document with audit report

  • 9 November 2021
  • 3 replies
  • 0 views

I am using Nintex workflow and form with office 365.

 

In my flow, i am sending nintex sign request to user. Once user signed, adobe is sending document via email which contain the audit log. But the document which saved in sharepoint doesn't contain this. Is there any way to have document with audit log in sharepoint as well.

 

PS: Sharepoint means office 365


3 replies

Userlevel 4
Badge +10

Unfortunalty this configuration doen't exist in the action "Get Signature".


 


You can create (or find) a user voice : https://nintex.uservoice.com/ 


Or you dev an application/WebService that make this (for exemple an Azure function that interacts with the Adobe API), and call it from your workflow


 


 

Thanks alot for help. I should go to call API/webservice.


 


Can you refer me API(endpoint) where I can get the audit details?

Userlevel 4
Badge +10

Behind nintex sign, it's Adobe Sign.


So, you should use the Adobe Sign API.


have a look at the adobe sdk help portal : https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsignsdk/index.html


 


Exemple in Java


https://opensource.adobe.com/dc-acrobat-sdk-docs/adobesignsdk/samples.html#download-an-agreements-audit-report


 

Reply