Document n8n operations
Reference for 22 operations for the Probo n8n Document resource
Manage documents, versions, and signatures. Select Document in the Probo node’s Resource field.
Return to the complete n8n resource reference to browse another resource.
| Operation | Value | Description | Source |
|---|---|---|---|
| Archive | archive |
Archive a document. | View implementation |
| Cancel Signature | cancelSignature |
Cancel a signature request. | View implementation |
| Create | create |
Create a new document. | View implementation |
| Delete | delete |
Delete a document. | View implementation |
| Delete Draft Version | deleteDraftVersion |
Delete a draft document version. | View implementation |
| Get | get |
Get a document. | View implementation |
| Get Approval Decision | getApprovalDecision |
Get an approval decision. | View implementation |
| Get Approval Quorum | getApprovalQuorum |
Get an approval quorum. | View implementation |
| Get Latest Published Version ID | getLatestPublishedVersionId |
Get the latest published document version ID. | View implementation |
| Get Many | getAll |
Get many documents. | View implementation |
| Get Many Approval Decisions | getAllApprovalDecisions |
Get many approval decisions for an approval quorum. | View implementation |
| Get Many Approval Quorums | getAllApprovalQuorums |
Get many approval quorums for a document version. | View implementation |
| Get Many Signatures | getAllSignatures |
Get many signatures for a document version. | View implementation |
| Get Many Versions | getAllVersions |
Get many versions of a document. | View implementation |
| Get Signature | getSignature |
Get a document version signature. | View implementation |
| Get Version | getVersion |
Get a document version. | View implementation |
| Publish | publish |
Publish a draft document, request approval, or publish as minor. | View implementation |
| Request Signature | requestSignature |
Request a signature for a document version. | View implementation |
| Unarchive | unarchive |
Unarchive a document. | View implementation |
| Update | update |
Update an existing document. | View implementation |
| Update Version | updateVersion |
Update a draft document version. | View implementation |
| Void Approval | voidApproval |
Void a pending approval request. | View implementation |