Over 50 pre-built integrations, a comprehensive REST API with 200+ endpoints, and real-time webhooks let you embed VaultIQ into any workflow and any stack—without compromise.
Sync document libraries and site collections bidirectionally.
Cloud StorageImport, export, and mirror folders with real-time sync.
Cloud StorageConnect team folders and enforce VaultIQ access policies.
Cloud StorageMigrate content and maintain metadata across both platforms.
Cloud StorageBridge personal and shared drives into the VaultIQ vault.
Cloud StorageRead and write objects directly to S3 buckets with IAM roles.
Cloud StorageAttach and retrieve documents from SAP modules via RFC.
ERP & FinanceLink invoices, POs, and contracts to NetSuite records.
ERP & FinanceAuto-file receipts and invoices with transaction matching.
ERP & FinancePush approved invoices and pull payment confirmations.
ERP & FinanceSync financial documents with Sage 50 and Sage Intacct.
ERP & FinanceEmbed document management inside Dynamics modules.
ERP & FinanceAttach proposals, contracts, and SOWs to opportunities.
CRMLink documents to deals, contacts, and tickets.
CRMSurface documents in CRM entity views and timelines.
CRMAutomate document generation from CRM record data.
CRMAttach signed contracts directly to deal stages.
CRMShare, preview, and approve documents without leaving Teams.
CommunicationGet notifications, approve workflows, and search docs from Slack.
CommunicationCapture emails and attachments into the vault automatically.
CommunicationFile emails and attachments with one click from the add-in.
CommunicationSend SMS notifications for document events and approvals.
CommunicationTrigger transactional emails on workflow state changes.
CommunicationSAML and SCIM provisioning with group-based access rules.
Identity & SSOSSO, MFA enforcement, and automated user lifecycle management.
Identity & SSOSingle sign-on with directory sync and real-time deprovisioning.
Identity & SSOSSO via OpenID Connect with organizational unit mapping.
Identity & SSOCustom authentication flows with universal login and MFA.
Identity & SSOFederated SSO and adaptive access policies for enterprises.
Identity & SSOVersion-control documentation and trigger workflows on push.
Developer ToolsSync repositories and attach build artifacts to releases.
Developer ToolsLink documents to issues and surface them in project boards.
Developer ToolsEmbed VaultIQ documents and search results in pages.
Developer ToolsArchive build outputs and deploy configs to the vault.
Developer ToolsManage container image documentation and compliance artifacts.
Developer ToolsA RESTful API built for developers. Every resource in VaultIQ is accessible through clean, versioned endpoints with consistent pagination, filtering, and error handling. Ship integrations in hours, not weeks.
POST /api/v2/documents/upload
Authorization: Bearer viq_sk_...
Content-Type: multipart/form-data
{
"folder_id": "fld_0x8f2a",
"tags": ["invoice", "2024-Q4"],
"workflow": "invoice-approval",
"notify": true
}Subscribe to any document lifecycle event and receive payloads at your endpoint within milliseconds. VaultIQ’s event-driven architecture supports retry logic, HMAC signature verification, and detailed delivery logs so you never miss a beat.
document.uploadedFires when a new document is uploaded to any folder or workspace.
document.approvedFires when a document passes all approval steps in a workflow.
workflow.completedFires when an entire workflow instance reaches its terminal state.
signature.completedFires when all signers have completed a signing ceremony.
user.loginFires on every successful authentication event, including SSO.
folder.sharedFires when a folder is shared with a new user, group, or external party.
Explore the API documentation or talk to our integrations team to plan your deployment.