我们可以使用c#启用DocuSign API的嵌入式和远程登录吗? [英] Can we enable both Embedded and Remote Sign in DocuSign API using c#?

查看:70
本文介绍了我们可以使用c#启用DocuSign API的嵌入式和远程登录吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用服务器模板创建信封,然后获取嵌入式签名的返回URL,并通过电子邮件将信封发送给收件人以对文档进行签名。因此,用户可以使用电子邮件链接(远程)或Web中的嵌入式链接对文档进行签名。请让我知道在DocuSign API中可以实现此目的吗?

Create an envelope using Server Template and then get the return URL for Embedded signing and also send the Envelope to the recipient via email to sign the document. So that , User can sign the document either using Email Link (Remote) or Embedded link in Web. Please let me know there is any option to achieve this in DocuSign API ?

推荐答案

一种解决方案是同时指定 clientUserId embeddedRecipientStartURL 创建收件人时。

A solution is to specify both a clientUserId and an embeddedRecipientStartURL when creating a Recipient.


  • 指定 clientUserId 会使收件人成为嵌入式签名者。

  • 指定 EmbeddedRecipientStartURL 使收件人也收到官方的DocuSign电子邮件,邀请他们对文档进行签名。

  • Specifying a clientUserId causes the recipient to be an "embedded" signer.
  • Specifying an embeddedRecipientStartURL causes the recipient to also receive an official DocuSign email inviting them to sign the documents.

code> embeddedRecipientStartURL 参数旨在用作一个URL,DocuSign可以将签名者重定向到您的应用程序内的 ,其思想是您需要进行任何必要的身份验证。但是,您可以提供一个神奇的值 SIGN_AT_DOCUSIGN,而不是提供您自己的应用程序的URL。 实际上,这会导致收件人被嵌入并且同时收到来自DocuSign的官方请签名电子邮件。

The embeddedRecipientStartURL parameter is intended to be a URL that DocuSign can redirect the signer to within your app, and the idea is that you take care of any necessary authentication. However, rather than supply a URL to your own app, you can instead supply a magic value of "SIGN_AT_DOCUSIGN". In effect, this causes the recipient to be both embedded and receive an official "please sign" email from DocuSign."

这篇关于我们可以使用c#启用DocuSign API的嵌入式和远程登录吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆