doushao1087 2016-10-07 23:55
浏览 71

DocuSign完成网址

I'm working with this example for sending a document for signing through email

https://github.com/docusign/docusign-rest-recipes/blob/master/request_sig_via_email/request_sig_via_email.php

I've been reading through the API documentation and haven't been able to find anything about being able to set a specific URL to redirect to when the recipient has completed the signing ceremony.

Is it possible to do that?

  • 写回答

1条回答 默认 最新

  • doutan2228 2016-10-10 01:38
    关注

    Typically the return url is used with embedded signing (recipient view) workflows where you host the signing ceremony in your website or app then need to redirect to a specific page once the recipient has completed their actions.

    Having said that, you can still control the redirect when your signers are remote signers (ie initiating through email). You can edit this in your branding profile, in the new DocuSign UI do:

    1. From the Profile menu Go To Admin.
    2. Select Branding page from Account section.
    3. Select Configure Your URLs to edit specific return URLs.
    评论

报告相同问题?