How SuggiCare Fits Into Your Organisation

A plain language integration guide for centre owners, IT teams and executives.

Document type, Knowledge Sheet Audience, Centre Owners, IT, Procurement, Executives Version 1.0

The short answer

Most organisations start on SuggiCare as a hosted service (SaaS), with no IT work needed beyond creating accounts. Larger or enterprise organisations layer on integrations later, on their own schedule. You do not have to choose between SaaS and integrated, you grow into integration.

Rule of thumb. If you have under 10 sites or no dedicated IT team, run SuggiCare as SaaS. If you have an existing rostering, EHR, payroll or finance platform you want SuggiCare to talk to, add API integration in Phase 2.

Three ways organisations adopt SuggiCare

Option A, SaaS only

Use SuggiCare in the browser, no IT changes

Your team signs in at suggicare.io. Staff use the web app and the kiosk tablet. Families use the family app. Devices pair through the facility bridge tablet. Nothing is installed on your network.

Option B, SaaS plus light integrations

SaaS, with bridges to a few existing tools

You stay on the hosted SuggiCare platform, but we connect a few of your existing systems through ready built bridges. No code from your side.

Option C, Full enterprise integration

API, SFTP and webhook integration into your stack

For enterprise groups (multi state aged care, hospital networks, large NDIS providers, national childcare chains). SuggiCare exposes a documented REST API, secure webhooks and SFTP for batch files. Your platforms read and write into SuggiCare directly.

What we connect to, by category

CategoryExamplesMethod
Identity and SSOMicrosoft 365, Google Workspace, Okta, Azure AD, OneLoginSAML 2.0, OAuth 2.0, OpenID Connect
HRIS and payrollEmployment Hero, Xero, Workday, BambooHR, MYOB, KeyPayAPI or SFTP nightly
RosteringHumanity, Deputy, Tanda, Microkeeper, internal systemsAPI or webhook
EHR and client systemsCarelink, Lumary, Procura, AlayaCare, internal EHRAPI, webhook out, HL7 FHIR on request
FinanceXero, QuickBooks, NetSuite, MYOB, SageAPI push of invoices and CSV exports
CommunicationsMicrosoft Teams, Slack, SMS gateways, emailWebhook out
BI and warehousingPower BI, Tableau, Looker, Snowflake, BigQueryRead only API or scheduled CSV to S3
Compliance feedsACQSC reporting, NDIS portals, ESG reportingGenerated exports, API on request

What "API integration" actually looks like for your IT team

For organisations on Option B or C, here is what SuggiCare provides on day one of an integration project.

Example, push of an alert acknowledgement from your case management tool back into SuggiCare:

POST https://api.suggicare.io/v1/alerts/{alert_id}/acknowledge
Authorization: Bearer ORG_API_KEY
Content-Type: application/json

{
  "acknowledged_by": "staff_42",
  "method": "case_management",
  "note": "Visited resident, settled, no action required"
}

Example, webhook out when SuggiCare detects an incident:

POST https://your-system.example.com/suggicare/incidents
X-Suggicare-Signature: t=1715379600,v1=...

{
  "type": "incident.opened",
  "organisation_id": "org_123",
  "site_id": "site_45",
  "ward_id": "ward_a",
  "recipient_id": "rec_999",
  "severity": "high",
  "summary": "Sustained heart rate drift outside personal baseline",
  "occurred_at": "2026-05-10T07:53:00+10:00"
}

Devices and the on site bridge

SuggiCare wearables pair through the facility bridge tablet using each recipient's QR code. Wearables never pair to a resident's personal phone. The bridge is a standard Android or iPad tablet supplied by the facility or by SuggiCare. It only needs Wi-Fi and a power point.

Decision guide for the demo

If your organisation looks like thisRecommended path
1 to 3 sites, no dedicated IT, want to start in daysOption A, SaaS only
Multi site, has Microsoft 365 or Google Workspace, wants SSO and Teams alertsOption B, SaaS plus light integrations
National or multi state, existing rostering, HRIS or EHR, BI team, procurement processOption C, Full enterprise integration
In-home care provider with a coordinator app and a CRMOption B to start, Option C inside 6 months
NDIS provider with plan management and case management toolsOption C, with webhook out into case management

Security, data residency and compliance

What we ask the organisation to provide

Typical timeline

WeekOption AOption BOption C
1Live in productionLive in productionDiscovery, scope sign off
2 to 3Optimisation, trainingSSO, calendar, webhooks liveSandbox API connected
4 to 8BAUBAUHRIS, rostering, EHR connected, UAT
9 to 12BAUBAUProduction cutover, hypercare