如何从 docusign webhook 响应中检索签名的 pdf 文档?

How to retrieve signed pdf document from docusign webhook response?

我在 webhook 的响应中看不到签名文档附件。我在签名完成后收到以下回复:

您需要先在您的 webhook 设置中进行设置。 Select 包括 -> “文档 PDF”。 在您的 webhook 消息正文中,您应该看到

    <DocumentPDFs>
        <DocumentPDF>
            <Name>Lorem Ipsum</Name>
            <PDFBytes>.........</PDFBytes>
            <DocumentID>1</DocumentID>
            <DocumentType>CONTENT</DocumentType>
        </DocumentPDF>
    </DocumentPDFs>