Skip to main content

moss notification show

Show your current notification preferences for the active workspace.
moss notification show
moss notification show --json
{
  "data": {
    "id": "np_abc123",
    "daily_digest_enabled": true,
    "digest_time_utc": "09:00",
    "created_at": "2026-02-01T00:00:00Z",
    "updated_at": "2026-02-08T12:00:00Z"
  }
}

moss notification update

Update notification preferences.
moss notification update --daily-digest true --followup-reminders true
OptionRequiredDescription
--daily-digest <bool>NoEnable or disable the daily digest email (true or false)
--deal-updates <bool>NoEnable or disable deal update notifications (true or false)
--followup-reminders <bool>NoEnable or disable follow-up reminders (true or false)
--commitment-reminders <bool>NoEnable or disable commitment reminders (true or false)