Skip to main content

What Are Flags?

Flags are system-detected concerns that indicate an employee may need support. They’re raised automatically based on patterns in:
  • Mood entries (consistently low)
  • Task completion (declining)
  • Engagement patterns (reduced activity)

Flag Severity

LevelColorResponse Time
Low🟡 YellowMonitor
Medium🟠 Orange1 week
High🔴 Red1-2 days
Critical⚫ BlackImmediate

Flag Lifecycle

Privacy

Flags alert managers that support may be needed, but never reveal specific mood scores or journal entries.
Flag information includes:
  • Severity level
  • General reason (e.g., “declining mood trend”)
  • Recommended actions
Flag information does NOT include:
  • Specific mood values
  • Journal content
  • Detailed task data

Endpoints

MethodEndpointDescriptionRole
GET/flagsGet my flagsAny
GET/flags/organizationGet org flagsManager+
GET/flags/:idGet flag detailsAny
PATCH/flags/:id/resolveResolve flagManager+
PATCH/flags/:id/reopenReopen flagManager+
GET/flags/:id/escalationGet escalation actionsAny

Inquiries

Related to flags, inquiries allow private communication:
MethodEndpointDescription
GET/flags/inquiriesList my inquiries
POST/flags/inquiriesCreate inquiry
GET/flags/inquiries/:idGet inquiry thread
POST/flags/inquiries/:id/messagesAdd message
PATCH/flags/inquiries/:id/closeClose inquiry