Question
CVS Health
US
Last activity: 12 Oct 2017 13:21 EDT
Question on Docusign integration
Hi
We are going to start working on Docusign integration but before that we started building a POC on this functionality using a demo id in Docusign site. I just simply created a sample flow with a sample PDF attachment after creating a case and called the smart shape for Docusign integration. Took care of all the necessary config changes for Docusign using those 3 DT's and all. Before running the flow, I ran the envelope specific DT to see REST API call to Docusign and was successful too. But the problem is like when I ran the flow I was getting request timeout exception in the envelope clipboard page and also an exception saying that Integrator key is disabled or some err is coming. Is this error or exception is due to that I am using demo id instead of production id in Docusign? Can someone pls help me on why I am getting the request timeout while sending the PDF from the flow?
Thanks,
Ravi Kumar Pisupati
Hi Ravi,
Can you please check these two things.
1. The demo environment port used by docusign is 443(https) in your case. Please check if this is enabled.
2. Check if there is any firewall enabled on your network or network security which stops the requests. If a firewall is active on the network, please ask your IT/Admin to enable the port for your https communication. In your case it is TCP 443.
As you said this is a demo poc. You can host a local tunnel in your machine and make your url publicly available. It should work. Please let me know if you have any questions on this.