CRMcy Docs

Newsfeed

Internal social timeline — kudos, win-shares, and casual updates.

Last updated 2026-05-05

The newsfeed is a chronological internal social timeline. Anyone can post, attach an image or file (ClamAV-scanned), and tag colleagues; reactions and threaded comments encourage low-friction recognition. Department-scoped newsfeeds are an optional opt-in — by default the feed is tenant-wide. A digest job posts a "this week in the team" summary every Friday.

Treat it as the casual cousin of Announcements: no acknowledgment, no SLA, just culture.

Related endpoints

  • GET /api/tenant/newsfeed — paginated timeline.
  • POST /api/tenant/newsfeed — post.
  • POST /api/tenant/newsfeed/:id/comments — reply.
  • POST /api/tenant/newsfeed/:id/reactions — react (emoji name).

See the source at apps/web/src/app/(tenant)/newsfeed and apps/api/src/newsfeed.