Hi everyone,
I'm working with the DocuSign API to track the status of individual documents within a multi-document envelope. My goal is to determine whether each document has been signed separately, but I only see status tracking at the envelope level.
I’ve tried the following:
-
Used
GET /envelopes/{envelopeId}/documents
, but it only retrieves documents, not their status. -
Checked recipient statuses, but they apply to the whole envelope.
-
Explored webhooks, but I’m unsure if they can provide document-specific updates.
Questions:
-
Is there a way to track individual document status separately?
-
Would splitting each document into its own envelope be the best approach?
-
Can DocuSign Connect provide document-specific events?
Thanks in advance for your help!