简体   繁体   English

DocuSign API-DocuSign自动更改收件人电子邮件地址

[英]DocuSign API - Recipient email address changed automatically by DocuSign

We have a very straight-forward DocuSign integration where the users can add signers and send document for signing from our document management tool and the signer level updates are automatically fetched by tool and available to requester within our tool itself. 我们具有非常直接的DocuSign集成,用户可以从我们的文档管理工具中添加签名者并发送文档以进行签名,并且该工具会自动获取签名者级别的更新,并在我们工具本身内提供给请求者。

We recently ran into a rather unexpected situation with our DocuSign integration, wherein DocuSign updated/changed/resolved one of the signer's email address to a different email address. 最近,我们在DocuSign集成中遇到了一个非常意外的情况,其中DocuSign将签名者的电子邮件地址之一更新/更改/解析为另一个电子邮件地址。 Thus, whenever we (tool) tried to fetch the updates corresponding to that signer, DocuSign kept returning null pointer exception (as the signer with that email no longer existed for the DocuSign). 因此,每当我们(工具)尝试获取与该签名者相对应的更新时,DocuSign都会返回空指针异常(因为DocuSign不再存在带有该电子邮件的签名者)。

On after retrieving the audit details for this envelope, we were able to understand the above issue. 在检索此信封的审核详细信息之后,我们能够理解上述问题。 This was logged in DocuSign envelope history as "Recipient email resolved". 这已在DocuSign信封历史记录中记录为“已解决收件人电子邮件”。 On DocuSign Admin account, this entry is shown as below: 在DocuSign管理员帐户上,此条目如下所示:

DocuSign Envelope History Screenshot DocuSign信封历史记录屏幕截图

I have tried to dig into DocuSign documentation (product & API both) to know more about "Recipient email resolved" action but to no avail. 我试图深入研究DocuSign文档(产品和API均如此),以了解有关“收件人电子邮件已解决”操作的更多信息,但无济于事。

My queries are - 我的查询是-

  • Has anyone run into similar situation in past? 有人遇到过类似情况吗?
  • What is the root cause/reason because of which DocuSign automatically resolves (changes) the email address of the recipient? 根本原因/原因是什么原因导致哪个DocuSign自动解析(更改)收件人的电子邮件地址?
  • Is there a way to suppress this behavior? 有没有办法抑制这种行为? If not, is there a way to retrieve the status update against original email address instead of having to manually update the email in our tool? 如果不是,是否有办法针对原始电子邮件地址检索状态更新,而不必在我们的工具中手动更新电子邮件?

Additional Information: 附加信息:

  • Our tool is built such that it allows the customers to configure their own DocuSign account 我们构建的工具使客户可以配置自己的DocuSign帐户

The email address rarely changes. 电子邮件地址很少更改。 This only happens on occasions where the signer has specifically provided DocuSign with their preferred email address and alternates. 仅在签名者专门向DocuSign提供其首选电子邮件地址和替代者的情况下才会发生这种情况。 There's no option for you to suppress this behavior. 您无法抑制这种行为。 You can check the envelope to get the signer information later to see the change if you wish. 以后可以检查信封以获取签名者信息,以查看更改。 Hope this helps 希望这可以帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM