Postgres Workflows
71 Ergebnisse — 45 herunterladbare Workflow-Dateien, 26 quellenverknüpfte n8n-Referenzen
HTTP Data To Sheets And Postgres
On manual run, fetches data via HTTP, appends it to Google Sheets, and stores it in Postgres.
[Sub] Run SQL with Row Cap
When called by another workflow, executes a SQL query against Postgres and caps the returned rows in code.
[Sub] Search Schema Docs
When called by another workflow, searches Postgres for matching schema documentation and returns it.
Supabase Data Analyst — Morning Briefing
On a schedule, runs Postgres queries, aggregates the rows, and compiles a morning data briefing.
Scheduled CSV To Postgres Import
On a schedule, reads a CSV file and loads the rows into Postgres.
Scheduled Postgres CSV Export
On a schedule, queries Postgres and exports the records to a CSV file.
Scheduled Postgres Insert
On a schedule, formats data and inserts it into a Postgres database.
API To CSV And Postgres
On manual trigger, fetches API data, writes it to a CSV file, and stores it in Postgres.
API To Postgres And Calendar
On manual trigger, fetches API data, stores it in Postgres, and creates Google Calendar events.
Webhook To Postgres And CSV
On a webhook request, writes the payload to Postgres and exports records to a CSV file.
Postgres To Airtable Sync
On a schedule, reads records from Postgres and syncs them to Airtable.
API Sync To MySQL And Postgres
On manual trigger, fetches API data and writes it into MySQL and Postgres databases.
CSV To Postgres And Mailchimp
On a schedule, reads a CSV, stores records in Postgres, and syncs contacts to Mailchimp.
🌱 Check Data Freshness
On a schedule, batches Postgres records and compares timestamps to flag stale data, triggering a downstream workflow when freshness checks fail.
TG-Bot-Module-Giveaway-v4-db-sell-full
On a Telegram message, runs giveaway logic against Postgres and replies to participants via Telegram.
Daily Task Reminder Bot For Telegram
On a schedule and webhook, reads tasks from Postgres and dispatches reminders via email, Slack, and Telegram.
Authentication Panel (Signup/Login/Forgot Password)
On a webhook, handles signup, login, and forgot-password requests against Postgres and returns the result to the caller.
n8n Gallery 9039
On a webhook request, processes the payload, queries Postgres, and routes conditional notifications through Telegram.
Lightweight Support Desk with Telegram and Postgres Database Tracking
On a Telegram message, routes support requests, logs tickets in Postgres, and replies to users via Telegram.
Synchronize Excel or Google Sheets with Postgres (Bi Directional)
On a schedule or manual run, synchronizes records bidirectionally between Microsoft Excel and Postgres.
Automated Daily Signup Summary
On a daily schedule, queries Postgres for new signups and posts the summary to Slack, Microsoft Teams, and Telegram.
Geekhack Updater
On a schedule, reads RSS feeds, stores new items in Postgres, and fetches page details via HTTP.
Automated WhatsApp Lead Nurturing with Personalized Messages Via Postgres & Gallabox
On a schedule, pulls leads from Postgres and sends personalized WhatsApp messages in batches via the Gallabox API.
Meetup Participant Registration & Giveaway App
On a form submission, registers meetup participants in Postgres and runs a giveaway, responding via the webhook.