duanlou2917 2013-11-20 06:25
浏览 65
已采纳

嵌入式登录docusign没有模板

i am using the rest api (in php) for docusign.

There are 3 types of users, User A , User B and the administrator.

Now user A uploads a document and sends it to user B who will sign it using docusign. But user A needs to have the option to tag and send the document. As far i know, the only way to do this is to use embedded signing. (http://iodocs.docusign.com/APIWalkthrough/embeddedSending). But embedded sending uses templates .

So my question is

  1. How can i use embedded signing without using templates?

  2. I am storing the api credentials in the admin side and using this credentials to create a url to redirect user A to embedded sending. But i dont want user A to have admin access in docusign.

  3. After sending the document to User B how would i redirect user A back to my appication?

Thanks

  • 写回答

1条回答 默认 最新

  • drxvjnx58751 2013-11-22 21:54
    关注

    With regards to #1: Using embedded sending or embedded signing without templates is easy, just use the request body for requesting a signature on a document api call instead of through a template.

    For #2: It doesn't matter if an admin creates the embedded signing url, the recipient who receives it will not have admin access or any other type of access they're not supposed to have when opening the envelope.

    For #3: Take a look at the Embedded Sending API Walkthrough, in the example they set a returnUrl which the user is redirected to once the sending is complete. Look at the third step of the walkthrough, it sets the request body to this (PHP version):

    $data = array("returnUrl" => "http://www.docusign.com/devcenter");
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?