简体   繁体   English

文档签名 node.js

[英]DocuSign node js

I try to use DocuSign to sign pdf file via my web app realised with react and node.js. My question is about document to sign.我尝试使用 DocuSign 通过我的 web 应用程序和 node.js 来签署 pdf 文件。我的问题是关于要签署的文件。 Is it possible to send an email to my customer that contains the file to sign readed from google Drive??是否可以向我的客户发送一个 email,其中包含从 google Drive 读取的要签名的文件?

it means that I send from my app a drive document to sign.这意味着我从我的应用程序发送了一个要签名的驱动器文档。 if it is the case would you please give me some useful links.如果是这样的话,请给我一些有用的链接。 Thank you谢谢

You cannot send the document yourself, it must be first uploaded to the DocuSign Agreement cloud for processing.文件不能自己发送,必须先上传到DocuSign协议云端进行处理。 You can definitely get the document from Google drive in your code, then upload it to DocuSign just like any other document, you can even connect the DocuSign account to an external storage source (Google in this case) to get the document uploaded directly from Google to DocuSign, but the email must be sent from DocuSign and the document must be uploaded to DocuSign (via API or via web app) before any email is sent to the recipient.您绝对可以在代码中从 Google 驱动器获取文档,然后像任何其他文档一样将其上传到 DocuSign,您甚至可以将 DocuSign 帐户连接到外部存储源(在本例中为 Google)以直接从 Google 获取文档上传到 DocuSign,但 email 必须从 DocuSign 发送,并且在将任何 email 发送给收件人之前,必须将文档上传到 DocuSign(通过 API 或通过 web 应用程序)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM