简体   繁体   English

如何将模板从外部系统 (Servicenow) 发送到 Docusign

[英]how send template from external system (Servicenow) to Docusign

I am currently working Servicenow to Docusign integration where a user raises request from Servicenow and i want to send a template to the requested user.我目前正在将 Servicenow 与 Docusign 集成工作,其中用户从 Servicenow 提出请求,我想向请求的用户发送模板。 I created my demo docusign instance & template, please help me with the api to trigger an template and send it to the user using integration.我创建了我的演示文档实例和模板,请帮助我使用 api 来触发模板并使用集成将其发送给用户。

I tried to use below api's to get the template id but i keep reading the documentation but no where i found something to send a template from external system我尝试使用下面的 api 来获取模板 ID,但我一直在阅读文档,但没有找到可以从外部系统发送模板的地方

https://demo.docusign.net/restapi/v2.1/accounts/${account_id}/templates https://demo.docusign.net/restapi/v2.1/accounts/${account_id}/templates

This gives me the template id这给了我模板 ID

Start with the QuickStart in your favorite language.从您喜欢的语言的QuickStart开始。 Use workflow 2, Sending a signing request via email.使用工作流 2,通过电子邮件发送签名请求。

You'll want to use the JWT grant to obtain an access token for DocuSign since your application will be sending signing requests (envelopes) autonomously.您需要使用 JWT 授权来获取 DocuSign 的访问令牌,因为您的应用程序将自动发送签名请求(信封)。

Ask additional StackOverflow questions when you run into a problem or question.当您遇到问题或疑问时,请询问其他 StackOverflow 问题。

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

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