问题
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