简体   繁体   English

用于添加/删除签名者的 DocuSign API Webhook?

[英]DocuSign API Webhook for add/remove signers?

I've already been successfully using the envelope eventNotification webhooks to receive status updates for various envelope and signer events (Sent, Delivered, Completed, etc.), but I'm trying to solve one last event case: adding and removing signers from the envelope.我已经成功地使用信封 eventNotification webhooks 来接收各种信封和签名者事件(已发送、已交付、已完成等)的状态更新,但我正在尝试解决最后一个事件案例:从信封。

Suppose in a situation where envelopes are shared among multiple people in a company: 1. Someone creates an envelope through the API, and adds 3 signers.假设在公司内多人共享信封的情况下: 1. 有人通过 API 创建了一个信封,并添加了 3 个签名者。 2. Someone else makes corrections to the envelope using DocuSign's web site, and removes a signer... 2. 其他人使用 DocuSign 的网站对信封进行更正,并删除签名者...

Is there any way for my app to know that action #2 took place?有什么方法可以让我的应用程序知道第 2 项操作发生了吗? Or do I have to wait for one of the regular signer events to take place before I will know that the signers on the envelope have changed?或者我是否必须等待常规签名者事件之一发生才能知道信封上的签名者已更改?

Connect event triggers for the start and finish of Envelope Correct are a good idea.连接包络校正开始和结束的事件触发器是一个好主意。 You'd use the finish trigger to figure out what has happened.您将使用完成触发器来确定发生了什么。

This enhancement request is internally logged at DocuSign as CONNECT-510.此增强请求在 DocuSign 内部记录为 CONNECT-510。 Ask your DocuSign Account Executive or Account Manager to add your organization's interest in the enhancement.请您的 DocuSign 客户经理或客户经理添加您的组织对增强功能的兴趣。 It is not yet scheduled to be released, other Connect architectural work is needed first.尚未计划发布,需要先进行其他 Connect 架构工作。

The history of the envelope, including correct operations is available from Envelopes: listAuditEvents . Envelopes: listAuditEvents提供了信封的历史,包括正确的操作。 You could use that today to see if someone is correcting the envelopes you're interested in.您今天可以使用它来查看是否有人正在更正您感兴趣的信封。

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

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