> new RecipientEvent(RecipientEventStatusCode:"AuthenticationFailed"),
new RecipientEvent(RecipientEventStatusCode:"AutoResponded"),new RecipientEvent(RecipientEventStatusCode:"D
因此,当信封状态完成时,我想在我的服务器上从Docusign获得一个请求。这样我也可以更新我这边的状态。我的密码是// Add a document to the envelope$document = new DocuSign\eSign\Model\Document();
$document->setDocumentBase64(base64_encode(file_get_cont
我正在构建一个基于信封的webhook来接收来自DocuSign的状态更新,而不是我目前基于“轮询”的方法。我有以下代码来创建RecipientEventRecipientEvent autoRespondedRecEvent = new RecipientEvent();recipientEvents.add(autoRespondedRecEv
\eSign\Model\RecipientEvent())->setRecipientEventStatusCode("Sent"),
// (new \DocuSign\DocuSign\eSign\Model\RecipientEvent())->setRecipientEventStatusCode("Completed"),// (new \DocuSign\eSi
\eSign\Model\RecipientEvent())->setRecipientEventStatusCode("Sent"),
// (new \DocuSign\DocuSign\eSign\Model\RecipientEvent())->setRecipientEventStatusCode("Completed"),// (new \DocuSign\eSi