强制 docusign 对客户端服务器进行 API 调用

Force docusign for making an API call to client server

是否可以强制 docusign 对客户端服务器进行 API 调用。

例如,如果任何模板/文档发生更改,它将进行 API 调用,让我们说 exmple.com 以及相关数据和消息。

再举一个例子,如果客户要求签署一些文件,当所有签名者都签名或任何签名者都签名时,它应该API调用客户网站,这样的事情是在 docusign 上完成的。

还请您提供替代方法,我们的技术是PHP。

If Client has requested some document for sign, When all the signer get signed or any signer get signed it should make API call to client website that such things is done on docusign.

这可以使用 DocuSign Connect 服务。此服务可以配置为在发生事件(例如信封完成)时对客户端端点进行 SOAP 调用或 HTTP Post(其他事件也是可能的)。

If any template / document changed it will make an API call to let say exmple.com with relevant data and message.

据我所知,今天使用 DocuSign 是不可能的。