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
| Channel | What you see |
|---|---|
| In-app | Bell icon in the top-right gets a count badge. Clicking shows the latest sync summaries + signal links |
| Slack | A 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:
- Auto-send is the right place for "tell me about a specific signal right away"
- The notification is a summary — clicking it takes you to the filtered feed