Concepts
Notifications
How AnyCRM’s event-driven notification system works, and where the API surface for it actually is
AnyCRM notifies users about things that happen to records they care about — a deal changing stage, being assigned to them, or closing. Most of that system — the in-app feed itself, and each user’s per-event preferences (in-app on/off, email cadence) — isn’t part of this API at all; it’s read and written directly against the database under row-level security, so there’s nothing to document here for it.