Skip to main content
Nintex Community Menu Bar
Solved

Is there a way to see a signed document using assureSign's API?

  • May 24, 2023
  • 2 replies
  • 524 views

Forum|alt.badge.img

Hello Everyone,


We have a usecase where after a user signs a nintex document, we send an email with a document link that the user can click on to view the signed document. Is there any api available in assureSign that could provide a link to the signed document?

I attempted to utilise envelope/envelopeId/signingLinks, but it appears that after the document is signed, the signing url cannot be obtained again.

Error Message :
{

"details": "The specified envelope 'xxxxxxxxxxx' was previously completed so signing is no longer available.",

"messageType": "error"

}

Best answer by Marc_Wenning

@Sawshar9  You should be able to use the /envelopes/{envelopeID} to get that info and you can also include the final document download link.  

 

2 replies

Forum|alt.badge.img+6
  • Nintex Employee
  • Answer
  • June 21, 2023

@Sawshar9  You should be able to use the /envelopes/{envelopeID} to get that info and you can also include the final document download link.  

 


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • July 3, 2023

Hi @Sawshar9 
Did this response solve your question?