Hi Team,
I am able to create and Send a document to Docusign for signature, but there is a requirement i just need to Resend an Email to Recipient for already created envelope .
Due to some reason Recipients have deleted or lost the original notification email and we wanted to remind the outstanding recipients whose turn it is to sign to sign your document.
For this requirement i used operation called "Update Envelope Definition" and getting success response but could not got an email .
Can anyone suggest me how to achieve Resend the notification .
Thanks in advance.
Regards,
Sinushree
Discussion posts and replies are publicly visible
You can do an update and set the resend_envelope parameter to true.
https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/update/?_gl=1*lh5bhp*_gcl_au*NjYwNDc3Mzc2LjE3MDY0OTgyODE.*_ga*NzA0NTY4NjU0LjE3MDY0OTgyNTk.*_ga_1TZ7S9D6BQ*MTcwNjQ5ODI1OC4xLjEuMTcwNjQ5ODI4MC4zOC4wLjA.&_ga=2.256369416.208466850.1706498262-704568654.1706498259
Hey Mathieu Drouin
I read that DocuSign documentation, but how can we pass the query parameter resend_envelope=true in the OOB DocuSign connected system integrations in Appian?
There is no option to do it, we're just selecting the Update Envelope Definition operation and provide the request body.
Do you know how we pass the query parameter?
Thanks,
Viren
True. Only way to do it would be via a regular HTTP Integration where you can pass query parameters.
Yeah, looks like it. It does mention it was possible under Create and Send Envelope operation. Maybe that's for drafts only.