SignatureAPI 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.
Generating a Simple Deliverable
You can generate a simple deliverable in two ways: automatically when the envelope completes, or manually using the Create Deliverable endpoint.Automatic (On Envelope Completion)
To generate a simple deliverable instead of the default standard deliverable, set thedeliverable property when creating the envelope:
Create Envelope (Request)
Manual (Create Deliverable Endpoint)
You can also create a simple deliverable manually at any time after the envelope completes, using the Create Deliverable endpoint.Create Deliverable (Request)
Customization
Included Documents
Theincluded_documents property specifies which documents from the envelope to include in the deliverable. By default, all documents are included. Accepts between 1 and 10 document keys.
Use this to generate separate deliverables for different documents, or to exclude certain documents from the final PDF.
Password Protection
To protect your deliverable with password encryption, see Password Protection.Keep Learning
- Follow the Get Deliverables Without the Audit Log guide for a step-by-step walkthrough.
- Download signed documents automatically using webhooks.