n8n Integration
The Probo n8n node (@probo/n8n-nodes-probo) lets you integrate Probo into your n8n workflows. Automate compliance tasks like syncing risks, creating audits, managing vendors, and more — all from your n8n instance.
Installation
Section titled “Installation”-
Open your n8n instance settings
Go to Settings → Community nodes.
-
Install the package
Enter the package name:
@probo/n8n-nodes-proboClick Install. The Probo node will appear in your node palette.
-
Configure credentials
When you first add a Probo node to a workflow, you’ll be prompted to create credentials. See Authentication for details.
Available resources
Section titled “Available resources”The Probo node supports 12 resource types covering the full compliance platform:
| Resource | Operations | Description |
|---|---|---|
| Organization | Create, Get, Get Many, Update, Delete | Manage organizations |
| User | Create, Get, List, Invite, Update, Update Membership, Remove | Manage users and memberships |
| Framework | Create, Get, Get Many, Update, Delete | Manage compliance frameworks |
| Control | Create, Get, Get Many, Update, Delete | Manage framework controls |
| Risk | Create, Get, Get Many, Update, Delete, Link/Unlink Document, Link/Unlink Measure, Link/Unlink Obligation | Manage risks and their relationships |
| Measure | Create, Get, Get Many, Update, Delete | Manage security measures |
| Asset | Create, Get, Get Many, Update, Delete | Manage assets |
| Audit | Create, Get, Get Many, Update, Delete, Upload Report, Delete Report | Manage audits and reports |
| Vendor | Create, Get, Get Many, Update, Delete, plus Contacts, Services, and Risk Assessments sub-resources | Manage vendors and related data |
| Meeting | Create, Get, Get Many, Update, Delete | Manage meetings |
| Data Classification | Create, Get, Get Many, Update, Delete | Manage data classification entries |
| GraphQL | Execute | Run arbitrary GraphQL queries against the Console or Connect API |
Use cases
Section titled “Use cases”- Sync vendors from external sources — Pull vendor data from a spreadsheet or CRM and create/update vendors in Probo automatically.
- Automate risk creation from scan results — Connect security scanning tools to Probo and create risks when new vulnerabilities are found.
- Schedule audit reminders — Trigger workflows on a schedule to check audit status and send Slack or email notifications.
- Cross-platform compliance reporting — Pull data from Probo and push it to reporting tools, dashboards, or document generators.
- Onboard new frameworks — Automate the creation of frameworks, controls, and measures from a predefined template.
Next steps
Section titled “Next steps”AuthenticationConfigure your Probo API credentials in n8n
ResourcesDetailed reference for all available resources and operations
GraphQLExecute custom GraphQL queries for advanced use cases