MySQL workflow'ları
44 sonuç — 39 indirilebilir workflow dosyası, 5 kaynağa bağlı n8n referansı
Calendar-Triggered MySQL To Sheets
On a Google Calendar event, queries MySQL and writes the results to Google Sheets.
Scheduled MySQL CSV Export
On a schedule, queries MySQL and exports the results to a CSV file.
Scheduled MySQL Record Sync
On a schedule, formats prepared records and writes them to MySQL.
Webhook To MySQL
On a webhook request, writes the incoming payload into a MySQL database.
Webhook To MySQL And CSV
On a webhook request, writes the payload to MySQL and exports records to a CSV file.
API Sync To MySQL And Postgres
On manual trigger, fetches API data and writes it into MySQL and Postgres databases.
Airtable to MySQL Data Sync
On a schedule, syncs Airtable records into a MySQL database for storage.
Airtable to MySQL Replication
On a schedule, fetches Airtable records and replicates them into a MySQL database.
Automatically add Gmail sender contacts to MySQL database
On a new Gmail email, extracts the sender's contact details and adds them to a MySQL database.
Store Gmail email details in MySQL database
On a new Gmail email, extracts the message details and stores them in a MySQL database.
Sync MySQL Rows to Google Sheet
On a schedule, reads rows from MySQL and syncs them into a Google Sheet.
XML usecase: import XML data
On manual run, reads an XML file, parses it with code, and imports the records into MySQL.
MySQL Workflow — Outlook
On a schedule, queries MySQL, branches on the results, and sends matching records as Microsoft Outlook emails.
Two Way Sync Pipedrive and MySQL
On a schedule, compares MySQL and Pipedrive datasets and syncs changed records two-way between them.
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.
Query MySQL On Schedule
On manual run, queries a MySQL database on a cron schedule.
MySQL to Postgres Sync
On a webhook, reads rows from MySQL, enriches them via an HTTP request, and writes the merged records into Postgres.
Telegram Messages to MySQL
On a schedule, pulls Telegram messages and stores them in a MySQL database.
Form Submission to MySQL
On a form submission, enriches the data via an API call and inserts the record into MySQL.