Skip to content

Products

Compliance Officer Service Expert-led compliance, end to end Compliance Portal Share security documents securely Open-source platform Deploy Probo on your own infrastructure

Resources

Probo stories How teams get compliant with Probo Blog Ideas and guidance from the Probo team Guides & tools Practical compliance guides and free tools Love from Customers What customers say about working with Probo Changelog Latest product updates Download Get the Probo Agent

Company

About The people and vision powering Probo Careers Join the team building Probo Brand assets Official logos and visual resources Security Review our security and compliance posture
Overview Understand Probo and its core concepts Product Explore Probo's GRC capabilities Developers Explore GraphQL, CLI, MCP, n8n, and webhooks Deployment Probo Cloud, self-hosting, and configuration

Explore

GitHub Explore our open-source compliance tools

Document n8n operations

Reference for 22 operations for the Probo n8n Document resource

View as Markdown

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