Skip to main content

Hello, I am integrating the signing of documents with DocuSign in Power Automate, and I would like to know if there is a way to receive the signed document in a Power Automate flow after it has been signed, so I can store it in my SharePoint and send it to multiple email addresses. Thank you very much.

You can use Docusign connec subscribe the event of envelope completed to callback Power Automate, then download the document into sharepoint.

https://support.docusign.com/s/document-item?language=en_US&rsc_301&bundleId=gqy1619537336307&topicId=qno1619537607438.html&_LANG=enus

 

FreeLink/甫连信息

🌍 Docusign Partner | Partner Profile

🏆 Docusign 2024 APAC Reseller Growth Partner of the Year

🌟 The only Docusign Partner globally certified as both a Certified eSignature Administrator and eSignature Technical Consultant.

📊 Docusign Community Leaderboard Top 5 contributor.

🚀 Expertise in Docusign integrations with on-premises systems for leading enterprises across various industries.


Hi Miguel,

This is an example that I have on my account(s) for archiving.

Trigger > When envelope status changes (envelope event: envelope-completed)

Get documents from envelope (selecting preferred output format)

Create file (SharePoint) - selecting the body output as the File Content and ensuring to include the file extension at the end of the file name (.zip or .pdf depending)

 

 


Reply