Docusign embedded signing request from template

爷,独闯天下 提交于 2021-01-29 03:39:24

问题


I'm trying to create an embedded signing request from a template that I've created in my docusign account. I'm using Node JS and I can't seem to find the documentation on how to do this. The closest thing I've found are these quick start examples: https://www.docusign.com/developer-center/api-overview#quickstart but the embedded signing section confuses me even further because I don't see the "custom signing url" anywhere in the code, even though it was references in the docs.


回答1:


This should get you started sending envelopes from your template. The recipient parameter is where you'll add the clientUserId to make the recipient embedded. Once the envelope is sent then you'll call the POST recipient view to get the URL for signing.



来源:https://stackoverflow.com/questions/37377484/docusign-embedded-signing-request-from-template

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!