1

I've done a ton of research on this and I've seen people asking this, but never seen an answer: Is there any way that anyone has discovered to work with the Docusign API from within Quickbase? As far as I can tell, quickbase only supports Javascript, without Node.js, and Docusign doesn't support CORS. I tried talking to both companies who won't say it isn't possible, but aren't really giving me any direction beyond the official docs, which aren't helping.

1 Answers1

2

I suggest that you build a small Gateway that will support cors on one side and the DocuSign API on the other side

Larry K
  • 47,808
  • 15
  • 87
  • 140
  • Yes, we were trying to avoid building anything outside of quickbase, but it appears that may be the only solution. Thank you. – C. Trombatore Apr 07 '17 at 23:27