Skip to content

DoCurious API Reference / types / NotificationCategory

Type Alias: NotificationCategory

NotificationCategory = "challenge_updates" | "social_activity" | "community_activity" | "reminders" | "digests" | "system" | "gifts" | "verification" | "teacher_feedback" | "gamification" | "parent_alerts" | "school_admin" | "vendor"

Defined in: types/notification.types.ts:18

Notification topic categories used for per-channel preference configuration.

Remarks

Each category maps to a toggle group in the notification preferences UI. Role-specific categories (parent_alerts, school_admin, vendor) are only shown to users with the matching role.

DoCurious Platform Documentation