Docusign: Retrieve Console URL for Email recipient

2019-09-12 06:36发布

Docusign Email delivery issues

After resolving above issue, I felt it would be better if I can retrieve Token URL even for email recipients. is there a way to retrieve docusign console URL for email recipients too for example after CaptiveInfo node & in turn ClientUserId was commented email notifications triggerred to recipients successfully, in addition to that if I need to retrieve docusign console URL if client is available at my desk so that I can get it signed right away.. I don't see RequestRecipientToken would help as it requires ClientUserId as one of the parameter. Please advise.

标签: docusignapi
1条回答
家丑人穷心不美
2楼-- · 2019-09-12 07:33

Try setting the EmbeddedRecipientStartURL property to value "SIGN_AT_DOCUSIGN" for the signer (recipient) in the Create Envelope API request. It's my understanding that doing this will facilitate the scenario you describe -- i.e., creating an Envelope with a signer (recipient) that may either be a remote signer (i.e., will receive an email) or an embedded signer. A detailed description of this property can be found here (search the page for "embeddedRecipientStartURL").

查看更多
登录 后发表回答