Skip to main content
Question

Integration FileNet


Emad Radwan
Conversation Starter
Forum|alt.badge.img+5

Hello,

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

6 replies

JohnSantos
Valued Contributor
Forum|alt.badge.img+18
  • Valued Contributor
  • 976 replies
  • 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
Conversation Starter
Forum|alt.badge.img+5
  • Author
  • Conversation Starter
  • 12 replies
  • January 9, 2025

@JohnSantos 

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

 


JohnSantos
Valued Contributor
Forum|alt.badge.img+18
  • Valued Contributor
  • 976 replies
  • 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
Conversation Starter
Forum|alt.badge.img+5
  • Author
  • Conversation Starter
  • 12 replies
  • January 9, 2025

@JohnSantos 

thank you


Forum|alt.badge.img+14

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

@Christopher.Alpizar 

Yes, thank you