Connect Your Favourite Tools
NovoCove integrates with the software you already use. Streamline your compliance workflow without switching platforms.
HR & Payroll
Sync staff records, employment status, and payroll data automatically.
Identity Verification
Verify Working With Children Checks and police checks directly from the platform.
Calendar & Communication
Get alerts in your calendar and notify your team via Slack when compliance events occur.
Document Storage
Back up certificates and compliance documents to your preferred cloud storage.
Government Portals
Direct integration with Australian regulatory portals for real-time compliance status.
Learning Management
Connect training completion data directly to staff compliance profiles.
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
# 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