Automate Postgres Data Freshness Checks with Email Notifications - n8n Workflow | Neura Market
Automate Postgres Data Freshness Checks with Email Notifications
Automatically monitor the freshness of data in Postgres tables and receive email alerts if data becomes stale beyond a configurable threshold.
This workflow is designed to ensure that your Postgres database tables are regularly updated. It checks the last update timestamp of specified tables and calculates how many days have passed since the last update. If any table hasn't been updated within the specified staleness window (default is 3 days), an email alert is sent. This helps maintain data integrity and ensures timely updates.
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Fatima Al-Rashid
set
code
filter
dateTime
postgres
aggregate
stickyNote
splitInBatches
executeWorkflow
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.