SignatureAPI’s deliverables are tamper-proof and secured with a cryptographic seal that verifies their authenticity.
Example
Simple Deliverable Example ->
Download an example of a simple deliverable.
Deliverable Generation
You can generate a simple deliverable in two ways: automatically when the envelope is completed, or manually by using the Create Deliverable endpoint.On Envelope Completion (Automatic)
To generate a simple deliverable, instead of the Standard deliverable generated by default, set thedeliverable object when creating the envelope:
Create Envelope (Request)
Create Deliverable Endpoint (Manual)
You can also create a simple deliverable manually at any time after the envelope is completed using the Create Deliverable endpoint. This is useful when you need to regenerate deliverables with different settings or create additional copies for specific purposes.Create Deliverable (Request)
Customization
You can customize the simple deliverable by setting the following parameters:Included Documents
Theincluded_documents property specifies which documents from the envelope to include in the deliverable. By default, all documents are included.
This is useful when you need to generate separate deliverables for different documents, or exclude certain documents from the final PDF.