Skip to main content

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"

}

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

 


Hi @Sawshar9 
Did this response solve your question? 


Reply