Coming Soon

HR & Payroll

Sync staff records, employment status, and payroll data automatically.

XeroMYOBKeyPay
Coming Soon

Identity Verification

Verify Working With Children Checks and police checks directly from the platform.

VerifIDGreenID
Coming Soon

Calendar & Communication

Get alerts in your calendar and notify your team via Slack when compliance events occur.

Google CalendarOutlookSlack
Coming Soon

Document Storage

Back up certificates and compliance documents to your preferred cloud storage.

Google DriveDropboxOneDrive
Planned

Government Portals

Direct integration with Australian regulatory portals for real-time compliance status.

ACECQAACQSCAHPRA
Coming Soon

Learning Management

Connect training completion data directly to staff compliance profiles.

LearningVaultGo1
REST API

Build Your Own Integrations

NovoCove's REST API gives you full access to staff records, certifications, alerts, and reports. Build custom workflows, automate compliance processes, and connect with any tool in your stack.

  • Full CRUD operations on staff & certifications
  • Real-time webhook notifications
  • Rate-limited, secure Bearer JWT authentication
  • Professional & Enterprise plans include API access
View API Docs
api-example.sh
# List all staff members
curl -X GET \
  https://api.novocove.com.au/v1/staff \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json"

# Response
{
  "data": [
    {
      "id": "st_abc123",
      "first_name": "Jane",
      "last_name": "Smith",
      "role": "Educator",
      "site": "Centre A",
      "compliance_status": "green",
      "certifications_count": 5
    }
  ],
  "meta": {
    "page": 1,
    "per_page": 20,
    "total": 47
  }
}

Don't See Your Tool?

We're always adding new integrations. Let us know what you need and we'll prioritise it.

Request an Integration