Skip to content

Notifications

How you find out about new signals after a sync finishes. Separate from auto-send (which posts individual high-importance signals during sync).

Channels

ChannelWhat you see
In-appBell icon in the top-right gets a count badge. Clicking shows the latest sync summaries + signal links
SlackA single summary message posted to your default Slack channel: "Sync done — N new signals across M companies"

Both toggles are independent — you can have just in-app, just Slack, both, or neither.

When notifications fire

  • After a manual sync completes (cancellation doesn't fire)
  • After a cron-triggered sync completes
  • After a per-company sync completes (in-app only — Slack summary is org-level)

Clearing the bell

Click the Clear all link at the bottom of the notification list. We don't delete the rows from DB — they're soft-cleared (read_at set) so you can audit later via the API if needed.

Why notifications doesn't include the actual signals

Two reasons:

  1. Auto-send is the right place for "tell me about a specific signal right away"
  2. The notification is a summary — clicking it takes you to the filtered feed

Same content as the in-app docs drawer. Source of truth: frontend/src/docs/sections.ts.