Skip to main content

Hi! How do I migrate files from multiple folders into one folder using an automation?

Currently, every time I upload a file to an Account through DocuSign, a new folder is created each time for each document (instead of going to one folder on the account). I am working on fixing the flow for this, but I’d like to migrate all the files currently in the individual folders into one folder.

 

Thanks in advance!

Hello!

Docusign Developer Center | eSignature APIs & Resources | Docusign

You can check the DocuSign Developer Center do it with API programmatically.

 

For me, I would use a SFTP trick. Where I clone the documents to my Windows Locally. There are a lot of utilities and ways to get just the files in the folders. Then, I clone it back to that one DocuSign folder with SFTP again. I use FileZilla, and you need to generate private and public key exchange for security. 


Reply