在 Docusign 上重新发送 Webhook 通知

Resend Webhook Notification on Docusign

是否可以从 API 请求重新发送 webhook?

从这里我可以看到这可以通过管理面板实现 https://www.docusign.com/blog/dsdev-adding-webhooks-application/

When a webhook request fails, the Failures screen also enables you to resend the notification. This can be very helpful when debugging your listener software.

我想做同样的事情,但来自 API。 谢谢!

您可以使用 ConnectEvents Api 的。

具体如下api的

  • retryForEnvelope

    Republishes Connect information for the specified envelope.

  • retryForEnvelopes

    Republishes Connect information for the specified set of envelopes. The primary use is to republish Connect post failures by including envelope IDs for the envelopes that failed to post in the request. The list of envelope IDs that failed to post correctly can be retrieved by calling to [ML:GetConnectLog] retrieve the failure log.