= S3 Subscriptions / Notifications = [[TOC]] The S3Notifications framework is used to send automatic update notifications to subscribers. == Subscriptions == Person Entities (e.g. users) can subscribe to get notified when new records get created or records get updated in a resource. Subscriptions can be filtered (using saved filters) to limit notifications to records matching certain filter criteria. === Data Model === Subscriptions use the S3SubscriptionsModel in modules/s3db/pr.py: [[Image(subscription_model.png)]] == Notifications ==