Skip to main content
Emad Radwan
Troubleshooter
Troubleshooter
January 9, 2025
Solved

Integration FileNet

  • January 9, 2025
  • 6 replies
  • 235 views

Hello,

We want to store automatically documents in completed envelopes from DocuSign to FileNet. how can I do that? 

Best answer by JohnSantos

@Emad Radwan 

You will need to set up a DocuSign Connect webhook (or use the eSignature REST API) to retrieve the signed PDFs once an envelope completes. Then, use the appropriate FileNet API (Java, .NET, or REST) to create documents in FileNet and attach the PDF content.

6 replies

JohnSantos
Guru
Guru
January 9, 2025

@Emad Radwan 

Depending on your organization’s integration capabilities and technology stack, you can use several methods to accomplish this. Two common patterns are:

  • Using DocuSign Connect (webhooks)
  • Using the DocuSign eSignature REST API (polling or event-driven)
Welcome to the DocuSign Community! Your feedback is highly valued. If you find my response helpful, please give it a "Like" and consider marking it as the "Best Answer" to assist others with similar issues.
Emad Radwan
Troubleshooter
Troubleshooter
January 9, 2025

@JohnSantos 

Thank you for the details. where can I get instruction or steps on how accomplish this using REST API.

 

JohnSantos
Guru
Guru
January 9, 2025

@Emad Radwan 

You will need to set up a DocuSign Connect webhook (or use the eSignature REST API) to retrieve the signed PDFs once an envelope completes. Then, use the appropriate FileNet API (Java, .NET, or REST) to create documents in FileNet and attach the PDF content.

Welcome to the DocuSign Community! Your feedback is highly valued. If you find my response helpful, please give it a "Like" and consider marking it as the "Best Answer" to assist others with similar issues.
Emad Radwan
Troubleshooter
Troubleshooter
January 9, 2025

@JohnSantos 

thank you

Docusign Employee
January 16, 2025

Hi ​@Emad Radwan,

I hope you are doing well.

I want to confirm if you were able to solve your issue by utilizing the suggested solution or if the information provided was useful. If so, please mark it as the best answer by clicking “Select as Best” to make it easier for other users to find. Otherwise, let me know and I will gladly help you address the situation as soon as possible.

 

Best regards,

Christopher | Docusign Community Moderator

"Select as Best" below if you find the answer a valid solution to your issue.

Emad Radwan
Troubleshooter
Troubleshooter
January 17, 2025

@Christopher.Alpizar 

Yes, thank you