Actions
Get a deliverable
Retrieves the signed document (deliverable) from an envelope.
Input
Deliverable ID
string
requiredThe ID of the deliverable.
Output
Deliverable ID
string
The ID of the deliverable.
Deliverable Type
string
The type of the deliverable. Currently, the only type is audit_log
.
Deliverable Status
string
The current status of the deliverable.
Available options are processing
, generated
, and failed
.
File Content
file content
The file content of the deliverable.
Use this as input in a downstream action to save the signed document.
Was this page helpful?