我对尝试将docusign与php集成非常陌生,我正在使用以下代码
$integratorKey = 'XXXX';
$email = 'mageshkumar.it@gmail.com';
$password = 'XXXX';
$name = "mageshkumar";
// copy the templateId of an existing template here
$templateId = "C9D9D181-CE57-.....................";
// construct the authentication header:
$header = "<DocuSignCredentials><Username>" . $email . "</Username><Password>" . $password . "</Password><IntegratorKey>" . $integratorKey . "</IntegratorKey></DocuSignCredentials>";
我想要的只有一件事是获取接收文件的状态更新。