Integrations

GoComply connects with the regulatory portals and tools your compliance team already uses. One platform, every workflow.

Connect to the Source
GoComply indexes regulation text from official Australian regulatory sources and stays current with amendments.
APRA Prudential Handbook
Indexed
Regulatory Source
All current APRA prudential standards indexed from the official handbook — CPS, APS, GPS, SPS, LPS, HPS, and guidance notes (CPG, APG, SPG).
  • 78 prudential standards tracked
  • 30+ guidance notes indexed
  • Amendment tracking — new versions detected
  • Clause-level search across all standards
APRA Connect
Roadmap
Regulatory Reporting
Planned integration with APRA Connect for automated prudential reporting data validation. Cross-reference your regulatory returns against prudential standard requirements.
  • Validate reporting data against CPS requirements
  • Pre-submission compliance checks
  • Mapping between report fields and standard clauses
  • Expected Q4 2026
ASIC Regulatory Portal
Roadmap
Regulatory Source
Planned integration to index ASIC regulatory guides, market integrity rules, and DDO stop orders directly from the ASIC portal.
  • Regulatory guide tracking (RG 104, 166, 209, 274, etc.)
  • DDO stop order alerts
  • AFSL condition monitoring
  • Expected Q3 2026
Federal Register of Legislation
Indexed
Regulatory Source
Key Commonwealth Acts indexed from legislation.gov.au — Corporations Act, Banking Act, SIS Act, AML/CTF Act, Privacy Act, FAR Act, and 12 more.
  • 17 Acts of Parliament indexed
  • Section-level search
  • Enforcement case cross-references
  • Regulatory lineage tracking
Where Your Team Works
Microsoft Teams
Live
Messaging
Ask compliance questions directly in Teams channels. GoComply responds with structured answers and clause references without leaving your workflow.
  • @GoComply mentions in any channel
  • Threaded responses with citations
  • Document scan results posted to channels
  • Admin controls for channel permissions
Microsoft Copilot
Q2 2026
AI Assistant
Access GoComply's regulation knowledge through Microsoft Copilot. Ask compliance questions inline while drafting documents, emails, or board papers.
  • Copilot plugin for Word, Outlook, Teams
  • Inline regulation references while drafting
  • Board paper citation assistant
Slack
Q3 2026
Messaging
Same GoComply compliance chatbot experience, natively in Slack channels and DMs.
  • Slash commands: /gocomply ask [question]
  • Channel notifications for regulatory changes
Email Notifications
Live
Alerts
Automated email alerts for regulatory changes, new enforcement actions, and compliance deadline reminders.
  • Weekly compliance digest
  • Enforcement action alerts
  • CPS 230 deadline reminders
Fits Your Compliance Stack
Jira / ServiceNow
Q3 2026
Workflow
Create compliance tasks from scan findings. Link regulatory requirements to Jira tickets or ServiceNow incidents.
  • Auto-create tickets from scan gaps
  • Regulatory requirement linking
  • Remediation tracking
Power BI
Q4 2026
Reporting
Compliance dashboards in Power BI. Scan results, compliance scores, and regulatory coverage visualised for board reporting.
  • Pre-built compliance dashboard templates
  • Real-time scan score tracking
  • Board-ready exports
SSO / SAML
Enterprise
Authentication
Single sign-on via Azure AD, Okta, Ping, or any SAML 2.0 provider. Centralised access control and audit logging.
  • Azure AD, Okta, Ping Identity
  • SAML 2.0 and OIDC support
  • Role-based access control
  • Audit log integration
Webhooks
Live
Automation
Event-driven webhooks for scan completions, new findings, and regulatory updates. Build custom automation workflows.
  • Scan complete events
  • New finding alerts
  • Regulatory change notifications
  • Retry logic with exponential backoff
REST API
Build compliance intelligence into your own applications. Full API access on Professional and Enterprise plans.

Regulation Search API

Search across 37 Australian regulations programmatically. Returns structured results with clause references, relevance scores, and source metadata.

// Search regulations POST /api/v1/chat { "query": "CPS 230 tolerance levels", "limit": 5 } // Response: streamed SSE { "text": "### CPS 230 Tolerance Levels...", "citations": [...] }

Document Scan API

Upload documents for automated compliance scanning. Returns findings with severity, regulation references, and remediation guidance.

// Upload document for scanning POST /api/v1/scan Content-Type: multipart/form-data Authorization: Bearer {api_key} // Poll for results GET /api/v1/scan/{scan_id} // Response { "score": 72, "findings": [ { "severity": "critical", "regulation": "CPS 230", "clause": "Paragraphs 32-38", "title": "No tolerance levels" } ] }

Need a custom integration?

We build custom integrations for Enterprise customers. API access included with Professional and Enterprise plans.