简体   繁体   English

node.js中如何调用docusign apis发送信封?

[英]How to call docusign apis for sending envelopes in node.js?

I have a standard DocuSign account and I want to add an integration key but I am not able to add that key as there is no option to in my standard account to add the key.我有一个标准的 DocuSign 帐户,我想添加一个集成密钥,但我无法添加该密钥,因为在我的标准帐户中没有添加密钥的选项。 Further, I want to hit DocuSign API either through nodejs-sdk or postman to create and send an envelope with the use of the template.此外,我想通过 nodejs-sdk 或 postman 访问 DocuSign API 以使用模板创建和发送信封。 So, for this what should I do?那么,为此我该怎么办呢? Can anybody help, please?有人可以帮忙吗?

Sounds like you're just getting started with the DocuSign eSignature API.听起来您刚刚开始使用 DocuSign 电子签名 API。 Welcome.欢迎。 We have a variety of resources that you will find helpful.我们有各种各样的资源,您会发现它们很有帮助。

I would start here on the DocuSign Developer Center .我将从DocuSign 开发人员中心开始。

To begin experimenting with our API, you'll first need to create a demo sandbox account .要开始试验我们的 API,您首先需要创建一个演示沙盒帐户 Within this account, you can provision your own integrator keys.在此帐户中,您可以配置自己的集成商密钥。 Later down the road, you will follow our "Go-Live" process to transition your integration to our paid, production environment.稍后,您将按照我们的“上线”流程将您的集成过渡到我们的付费生产环境。

Once you have your account created, I would suggest you check out this quickstart code example.创建帐户后,我建议您查看此快速入门代码示例。

That should get you started!那应该让你开始!

You should create a new developer/sandbox account to create an integration key.您应该创建一个新的开发人员/沙盒帐户来创建集成密钥。 You cannot do that in production.你不能在生产中这样做。

For node.JS we have a few different resources you can use, the most complete one is our code example "launcher" that can be used as a full app to try the code.对于 node.JS,我们有一些不同的资源可供您使用,最完整的一个是我们的代码示例“启动器” ,它可以作为一个完整的应用程序来试用代码。 We also have a quickstart that you an use without configuring the API authentication part.我们还有一个快速入门,您无需配置 API 身份验证部分即可使用。

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

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