Is it feasible to integrate DocuSign with On Premise CRM applications (Siebel Remote) or it only supports integration with Cloud Solutions?
2 Answers
If docusign still provides a WSDL, you can still consume it in Siebel OnPremise , then create your custom WFs to have the integration running. Siebel now supports REST interfaces as well. If your siebel is remote,it cannot accept inbound webservice calls from docusign. So you will need to have one WF to submit docs for signature, and another one to query docusign for signed docs and update the links back in siebel.
Yes, you should be able to integrate the two products. The first issue is to decide what you want to accomplish.
Sending out documents to be signed via DocuSign is one REST API call (after you've handled OAuth authentication of the sender).
For new eSignature applications, DocuSign highly recommends using the eSignature REST v2.1 API. The DocuSign SOAP API is supported, but is in a holding pattern.