W digest daily summary
★ 7.5 · n8n · simple · 4 nodes
W digest daily summary is an n8n automation template that runs on a schedule, pulls data from a Postgres database, and sends a daily digest via Evolution API. Reach for it when you need to automatically deliver a daily summary — such as new orders, sales figures, or user activity totals — to a WhatsApp or other Evolution API–connected channel without manual exports or copy-pasting. Also useful when a recurring report must go out at a fixed time every day with no human involvement. Trigger: schedule. Integrations: Postgres, Evolution API. The workflow queries Postgres on the configured schedule, compiles the results into a digest message, and dispatches it through Evolution API. Deployed by importing the workflow into an existing n8n instance; requires configured credentials for both Postgres and Evolution API. Direction is outbound digest delivery from a database — not inbound message handling or webhook-triggered responses. Not a fit when real-time event-based notifications are needed or when your messaging channel is not supported by Evolution API.
- #Postgres
- #Evolution API