0

We want to integrate docusign with one of our applications built in Sharepoint Framework (React).

Requirement is not to upload any e-signatures on external servers.

Question 1: How and where to prompt users for first time recording of their signatures?

Question 2: Can this be achieved inside the application without having the user go to their email and sign by redirecting them to docusign's server?

Any documentation on above questions would be much appreciated.

4

1 回答 1

0

好问题阿奎布。这两件事都可以使用 DocuSign 电子签名 REST API 完成。我建议您在此处查看一些显示如何执行这些操作的代码示例: https ://developers.docusign.com/esign-rest-api/code-examples 具体来说,让我回答您的问题: 1. 用户可以在他们第一次被要求签名时选择他们的签名,无论是通过集成还是通过 DocuSign 应用程序直接发送来完成。系统会记住您的选择。如果您有一个帐户,您也可以直接进入您的帐户并在“首选项”下进行更改。2. 您会想要使用“嵌入式签名”,也就是我们所说的在您的集成中嵌入签名体验的能力。您可以在此处查看代码示例 -https://developers.docusign.com/esign-rest-api/code-examples/code-example-embedded-signing

于 2019-09-30T19:02:53.953 回答