Databases & Warehouses
193 results — 117 downloadable workflow files, 76 source-linked n8n references
Classify Gmail Leads with Groq AI and Sync Sla Cases to Supabase Via Redis
On a Redis event, classifies Gmail leads with Groq, extracts SLA case details, and syncs records to Postgres via Redis.
Send SaaS Trial Follow up Emails with MongoDB and Gmail
On a schedule, queries trial users in MongoDB and sends batched, stage-based follow-up emails via Gmail.
Send Bulk Email Campaigns with Gmail/smtp and Postgres Reputation Safe Timing
On webhook trigger, sends bulk email campaigns via Gmail with reputation-safe scheduled timing, tracking sends in Postgres.
Send Post Purchase Emails from Postgres with Gmail and Groq AI
On a schedule, reads purchases from Postgres, drafts post-purchase emails with Groq AI, and sends them via Gmail.
Send automated reminders to multiple clients via Telegram using webhook and schedule triggers
On a schedule, reads client records from Postgres and sends reminder messages to each client via Telegram.
Event Cart Recovery Emails
On a schedule, detects abandoned event registrations and sends staged recovery emails, tracking status in a Data Table.
Napkinai Convert Raw Ideas into Visual Diagrams & Content Assets
On a webhook submission, generates visual diagrams from raw ideas via Napkin AI, emails the assets, and saves records to Postgres.
Data Table Key-Value Store
On manual trigger, reads and writes key-value pairs in an n8n Data Table with conditional get/set logic and error handling.
MySQL Workflow — Outlook
On a schedule, queries MySQL, branches on the results, and sends matching records as Microsoft Outlook emails.
Postgres Export To Spreadsheet
On manual run, queries Postgres and exports the rows to a spreadsheet file on disk.
Prevent concurrent workflow runs using Redis
When called by another workflow, uses Redis locks to detect concurrent runs, waiting or proceeding to prevent overlap.
Scheduled Redis Data Check
On a schedule, reads Redis keys, filters the records, and conditionally runs follow-up actions.
Two Way Sync Pipedrive and MySQL
On a schedule, compares MySQL and Pipedrive datasets and syncs changed records two-way between them.
🧹 Archive (delete) duplicate items from a Notion database 2
On a schedule, scans a Notion database, identifies duplicate items, and archives them.
Filter Postgres Rows on Schedule
On a schedule or manual trigger, queries Postgres, filters the rows, and runs an n8n workflow.
Execute an SQL query in Microsoft SQL
On manual run, executes an SQL query against Microsoft SQL Server.
MongoDB Automation
On manual run, sets field values and inserts a document into MongoDB.
Create a table, and insert and update data in the table in Snowflake 2
On manual trigger, creates a table and inserts and updates data in Snowflake.
Query MySQL Records
On manual trigger, queries a MySQL database and maps the returned rows into structured fields.
Compare 2 SQL datasets
On manual trigger, compares two datasets and writes the differences to MySQL.
Run Redis Operation
On manual run, executes a Redis operation to store or retrieve key values.
Query MySQL On Schedule
On manual run, queries a MySQL database on a cron schedule.
Postgres Automation
On manual trigger, builds field values with a Set node and inserts them into Postgres.
Query Postgres Database
On manual run, executes a query against a Postgres database, raising an error if it fails.