Bundles
A Bundle is the central object in the Blueink API — it represents one or more Documents being sent to one or more Signers in a single signing workflow. When a Bundle is created, it is launched immediately, sending the documents to the signers for signature.
Related guides: Send an Envelope with an Uploaded PDF File · Send an Envelope with Templates · Generate PDFs from HTML · Auto Field Placement
List Bundles
Returns a paginated list of Bundles in your Account, ordered by created date (from most recent to
Create a Bundle
Create a new Bundle (signing workflow) consisting of one or more Documents and one
Create a Bundle from an Envelope Template
Create a Bundle from an Envelope Template
Create an embedded Bundle preparation session
Create a short-lived, single-use URL that hosts the Blueink Bundle
Retrieve a Bundle
Retrieve a Bundle by its slug. Optionally include additional related data such as form field data,
Partially Update a Bundle
Partially update selected Bundle fields.
Cancel a Bundle
Cancel a Bundle
Validate a Bundle
Check if a given draft or pending Bundle is ready to be sent.
Send a Bundle
Attempt to send a draft or pending Bundle. If successful, the Bundle's status will change to `se` (Sent).
List Bundle Events
Get a list of Events that are associated with the Bundle
Retrieve Bundle Files
Get downloadable files for a completed Bundle
Generate Interim Bundle Files
Start asynchronous generation of documents in their current state. The interim documents will include
Retrieve Bundle Data
Get data entered into fields for a completed Bundle
Add Tags to a bundle
Add additional tags to a Bundle. No existing tags on the Bundle are removed. The result
Remove Tags from a bundle
Remove tags from a Bundle. If a tag in the request does not exist on the Bundle, it is ignored.