Data Sync & ETL
278 results — 162 downloadable workflow files, 116 source-linked n8n references
Airtable to Telegram Sync
On a schedule, reads records from Airtable and conditionally sends new entries to Telegram.
AWS Sqs Sync
On a schedule, pushes a prepared message to an AWS SQS queue and forwards it via an HTTP request.
Email (SMTP) Sync
On a schedule, scrapes a web page via HTTP, extracts the HTML content, and emails the results when conditions match.
Sync Facebook Leads to KlickTipp
On a new Facebook Lead Ads lead, creates or updates the subscriber in KlickTipp.
Telegram Sync
On a schedule, polls an HTTP endpoint, waits, and conditionally posts status updates to Telegram.
Rapid ETL: HTTP -> Transform -> Deliver
On manual run, fetches data from an HTTP endpoint and transforms it with a function.
Spotify YouTube Dataset Sync
On manual run, compares datasets and batches synchronized updates between Spotify and YouTube.
Autopilot to Airtable Sync
On an Autopilot event, maps the contact fields and creates a record in Airtable.
Gmail to Spreadsheet Export
On manual trigger, fetches emails from Gmail and exports them to a spreadsheet file.
Outlook to Google Sheets Sync
On a schedule, fetches Outlook emails, filters them, and syncs the results into Google Sheets.
Sheets HTTP Sync
On manual trigger, splits data, writes rows to Google Sheets, and posts them to an HTTP API.
Google Sheets to Gmail Sync
On schedule, reads rows from Google Sheets and sends a personalized Gmail email for each matching record.
Import API Data Into Sheets
On manual run, fetches API data, transforms it in code, and writes the batched results into Google Sheets.
Sync Beex leads to HubSpot copy
On a Beex event, fetches and filters lead data, then syncs the records into HubSpot.
Import contacts example
On form submission, validates and routes contact records through code and switch logic, then imports them into Google Sheets.
Sync Google Contacts To Sheets
On a schedule, compares Google Contacts against Google Sheets and pushes detected changes via HTTP.
Gmail to Google Sheets Sync
On a schedule, fetches Gmail messages in batches and logs them to a Google Sheet.
Sync API Records To Airtable
On manual run, fetches and processes API data in batches and routes records into Airtable through a switch.
Sync Fathom meeting summaries to GoHighLevel contacts
On a Fathom webhook, processes meeting summaries in batches and syncs them to GoHighLevel contacts via HTTP.
Sync NetSuite Customers to Salesforce Accounts and Contacts
On a schedule, syncs NetSuite customers into Salesforce as accounts and contacts.
Odoo customer migration v15 to
On manual run, reads customers from Odoo and re-creates them in batches to migrate records from v15 to v18.
Google Sheets GraphQL Sync
On manual run, reads records from Google Sheets and syncs them to a GraphQL API.
HubSpot Contact Batch Import
On webhook, extracts records from a file and upserts contacts into HubSpot in batches.
HTTP Data Export Orchestrator
When triggered by a parent workflow, fetches data over HTTP, converts records to files, and dispatches them to sub-workflows.