简体   繁体   English

在 DocuSign 门户中更正信封后,不会向集成应用程序发送任何事件通知

[英]No event notifications are being sent to the integrated app after an envelope has been corrected in DocuSign portal

I have a web application that sends requests to DocuSign and receives Event Notifications from DocuSign, the Event Notifications are added to the envelope in code before they are sent to DocuSign.我有一个 web 应用程序,它向 DocuSign 发送请求并从 DocuSign 接收事件通知,事件通知在发送到 DocuSign 之前被添加到代码中的信封中。

If an incorrect email address is provided and I correct the envelope in the web app, Event Notifications are no longer being sent to my application for that envelope如果提供了不正确的 email 地址并且我在 web 应用程序中更正了信封,则不再向我的该信封申请发送事件通知

The "Correct" operation you do from the web app is overwriting your original request to set event notifications for your app.您从 web 应用程序执行的“正确”操作将覆盖您为应用程序设置事件通知的原始请求。

In order to fix this, you would have to correct the envelope from your integration as well and ensure you still provide the same information in the envelope that you did when you originally created it.为了解决这个问题,您还必须更正集成中的信封,并确保您仍然在信封中提供与最初创建信封时相同的信息。

You can embed the correct view as part of your application similar to embedded sending such that the envelope is still being updated by your integration and you can keep your webhooks in tact.您可以将正确的视图嵌入到应用程序中,类似于嵌入式发送,这样信封仍会通过您的集成进行更新,并且您可以保持 webhook 完好无损。

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

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