Skip to main content

Hello,

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

@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)

@JohnSantos 

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

 


@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.


@JohnSantos 

thank you


Reply