Activity Feeds and Alerts is an Airtable Block which tracks the User Activity of all Active Users on the AirTable across all tables and provides real-time updates and alerts.
Each user can configure his own rules, where in the user can select Multiple Tables and/or Views on which he wants alerts. Any change in data, by any other user, he will get the activity feed with details on what changes are done.
Feed captures Adding New Records, Deleting Records as well as each and every Updates to the Records.
Moreover, granular Field Level Changes are also captured, for all different kind of column types like Single Text, Multi-Text, Linked Records, URL, etc - What was the old value of the field to the new value of the field.
###Features:
- Keep a watch on Multiple Tables and/or Views
- Every user can configure his own set of rules. Does not depend on any Global configuration
- Get Activity Feed in Real Time
- Open up the Record directly from the Activity Feed
- Get color-coded information on whether record was created / updated / deleted
- Get Field level granular information, what was updated and when (Old Value to New Value) - supports multiple types of fields including Linked Fields
- View Details of current Active Collaborators to see who all are currently working on your Airtable base
- System Alerts using Javascript Notification API to alert user whenever a "new" record is updated. If same was updated, there will not be any alerts
- In case Notification API do not have required permission, fallback to Toast based Alerts to the users
-
Copy this base or any other which you like.
-
Create a new block in your new base (see Create a new block), entering this Git Repository as the source template.
-
From the root of your new block, run
block run
.