Skip to content About The people and vision powering Probo Blog The latest news from Probo Stories Hear from our customers Changelog Latest product updates Docs Documentation for Probo GitHub Explore our open-source compliance tools

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.

  1. Open your n8n instance settings

    Go to SettingsCommunity nodes.

  2. Install the package

    Enter the package name:

    @probo/n8n-nodes-probo

    Click Install. The Probo node will appear in your node palette.

  3. Configure credentials

    When you first add a Probo node to a workflow, you’ll be prompted to create credentials. See Authentication for details.

The Probo node supports 12 resource types covering the full compliance platform:

ResourceOperationsDescription
OrganizationCreate, Get, Get Many, Update, DeleteManage organizations
UserCreate, Get, List, Invite, Update, Update Membership, RemoveManage users and memberships
FrameworkCreate, Get, Get Many, Update, DeleteManage compliance frameworks
ControlCreate, Get, Get Many, Update, DeleteManage framework controls
RiskCreate, Get, Get Many, Update, Delete, Link/Unlink Document, Link/Unlink Measure, Link/Unlink ObligationManage risks and their relationships
MeasureCreate, Get, Get Many, Update, DeleteManage security measures
AssetCreate, Get, Get Many, Update, DeleteManage assets
AuditCreate, Get, Get Many, Update, Delete, Upload Report, Delete ReportManage audits and reports
VendorCreate, Get, Get Many, Update, Delete, plus Contacts, Services, and Risk Assessments sub-resourcesManage vendors and related data
MeetingCreate, Get, Get Many, Update, DeleteManage meetings
Data ClassificationCreate, Get, Get Many, Update, DeleteManage data classification entries
GraphQLExecuteRun arbitrary GraphQL queries against the Console or Connect API
  • 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.