Skip to main content
Solved

Integration FileNet

  • January 9, 2025
  • 6 replies
  • 112 views

Emad Radwan
Troubleshooter
Forum|alt.badge.img+5

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
Forum|alt.badge.img+19
  • 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)

Emad Radwan
Troubleshooter
Forum|alt.badge.img+5
  • Author
  • 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
Forum|alt.badge.img+19
  • Guru
  • Answer
  • 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.


Emad Radwan
Troubleshooter
Forum|alt.badge.img+5
  • Author
  • Troubleshooter
  • January 9, 2025

@JohnSantos 

thank you


Forum|alt.badge.img+15

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
Forum|alt.badge.img+5
  • Author
  • Troubleshooter
  • January 17, 2025

@Christopher.Alpizar 

Yes, thank you