I want to create an envelope that would contain multiple documents using envelopes endpoint of docusign api. Here is the main requirement
- Sending multiple documents in a single envelope
- Once all the signatures are captured for all documents receiving the webhook callback
- Confirming that:
- All signed documents are returned
Currently we are creating a single document per envelope and while creation we send custom field with a documentId. This field is returned in the webhook call from Docusign which help help us with downstream process. If we are able to receive multiple signed documents in a single webhook call, is there a way to have the unique identifier for each document in the response from webhook?
Back to Docusign.com


