Austin
Austin

Reputation: 1

Can Signer Attachment pdfbytes be found in Docusign Connect webhook?

I have a Docusign Connect webhook which sends the documents in the envelope to an apps script listener, which converts the pdfbytes into PDF files and stores them on the Drive. Is it possible to also include the pdfbytes of signer attachment files (which seem to also be automatically converted to PDF)? I would prefer not to setup an API integration to extract this one additional file from the envelope.

I have enabled attachments in the Connect options, but it does not add what I was expecting.

Upvotes: 0

Views: 107

Answers (1)

Karan Kaushik
Karan Kaushik

Reputation: 865

Edit: I was wrong, this is possible.

In the included data, select both documents and attachments. This will include the base64 of the attachments

Upvotes: 0

Related Questions