Data & Analytics Workflows
Data processing and analytics
Bi-Directional Sync Between Pipedrive and HubSpot Contacts
This workflow ensures seamless synchronization of contacts between Pipedrive and HubSpot, updating each platform with unique entries from the other.
n8n$4.99Automate Multi-CRM Data Sync to Google Sheets with AI Deduplication
This workflow synchronizes contact data from HubSpot, Pipedrive, and Salesforce into Google Sheets, using AI to deduplicate and assess data quality. It runs on a schedule or can be manually triggered, ensuring a clean and up-to-date master database.
n8n$14.99Automate Seller Data Enrichment with Google Search and Bright Data
This n8n workflow enriches seller data from a PostgreSQL database by automating Google search lookups using Bright Data. It extracts missing contact details, company domains, and secondary emails, enhancing the completeness of your seller database.
n8n$24.99Automate Wikipedia Data Extraction and Summarization with Bright Data and Google Gemini
This workflow automates the extraction and summarization of Wikipedia data using Bright Data and Google Gemini AI, delivering structured insights to a specified webhook for further processing.
n8n$9.99Extract Post Titles from a Blog
This n8n workflow uses a manual trigger to fetch the Hackernoon homepage via an HTTP request, then extracts all post titles using the HTML Extract node. It’s a simple tool for anyone who wants to quickly compile a list of blog headlines without copying them by hand.
n8n$4.99Automate Financial Tracking from Gmail to Google Sheets
This workflow automates the extraction of transaction details from Gmail emails and organizes them into a Google Sheet for streamlined financial tracking.
n8n$14.99Synchronize Google Drive Documents with Supabase Vector Database for Enhanced Retrieval
This workflow automates the synchronization of documents from Google Drive to a Supabase vector database, enriching them with contextual metadata and embeddings for improved search and retrieval capabilities.
n8n$24.99Create a Firestore document from a custom webhook trigger
Trigger a custom webhook to automatically create a new document in Google Cloud Firestore, streamlining data integration and storage for your applications.
Make$2.99Automated Daily Backup of Google Sheets to Google Drive
This workflow automates the daily backup of a Google Sheet by exporting its data and saving it as a CSV or XLSX file in a specified Google Drive folder. It ensures data redundancy and maintains historical versions for critical business data.
n8n$4.99Automate Daily Square Sales Reports into Google Sheets
This workflow automatically retrieves daily sales data from Square and imports it into Google Sheets, matching the Square Dashboard Sales Summary for easy analysis and reporting.
n8n$9.99Automate Google Play Review Analysis with Bright Data and Telegram Alerts
This n8n workflow automates the collection and analysis of Google Play Store reviews using Bright Data for scraping, Google Sheets for data storage, and Telegram for alert notifications. It helps monitor app performance and sends alerts for low-rated apps.
n8n$14.99Parse Email Body Message
# Who we are We are **Aprende n8n**, the first n8n Spanish course for all n8n lovers. If you want to learn more, you can find out more at [Aprende n8n](https://aprenden8n.com). # Our goal This task allows extracting data from any email body with a NoCode snippet. # A small explanation You receive an email when a user submits a form from your website. All those emails usually have the same structure as the next one: ``` Name: Miquel Email: miquel@aprenden8n.com Subject: Welcome aboard Message: Hi Miquel! Thank you for your signup! ``` This task allows parsing any email body and assigning all values to the defined labels, getting an output like this: ``` { Name: Miquel, Email: miquel@aprenden8n.com, Subject: Welcome aboard, Message: Hi Miquel! Thank you for your signup! } ``` # After importing it When you import the import, you get the next task in your n8n:  We recommend importing this workflow into your current task and adapting it. You define a couple of variables in the Set values SE: - body: the email body you want to parse. You can add this as an expression from previous variables. - labels: the keywords you want to detect and parse. Labels are case insensitive. We define the next values: Body ``` Name: Miquel Email: miquel@aprenden8n.com Subject: Welcome aboard Message: Hi Miquel! Thank you for your signup! ``` Labels ``` Name,Email,Subject,Message ``` A screenshot of the Set output is the next one  If we check the Function item Node, we get the next content after executing the task:  # Capabilities The task has the next features: - You can detect as many labels as you want. - Label detection is case insensitive. - You can use the snippet as an independent workflow to call it generically, adding the Function item to the workflow and passing body and labels as parameters. # Limitations This task has limitations: - The parser only accepts multiline values at the end of the email. # Help and comments If you have any doubt about this snippet, please, contact us at miquel@aprenden8n.com. You can contact us at [Aprende n8n](https://aprenden8n.com) or in the [Spanish n8n community](https://t.me/comunidadn8n)
n8n$3.99Create (or update) an Airtable record from a new (or updated) Smartsheet row
Using this template, Make will automatically create or update an Airtable record when a Smartsheet row is created or updated. Your Airtable table should contain a Smartsheet row ID column. It will be used to check if the Smartsheet row exists in Airtable so that a correct create/update operation is applied.
Make$3.99Automate Tesla Trading Indicators with Alpha Vantage and n8n
This workflow fetches and processes Tesla trading indicators using the Alpha Vantage API, providing cleaned JSON outputs for 15-minute, 1-hour, and 1-day timeframes.
n8n$19.99Weekly Sync of QuickBooks Chart of Accounts to Google BigQuery
Automate the weekly synchronization of your QuickBooks Chart of Accounts with Google BigQuery, ensuring a historical and structured financial data archive for enhanced reporting and analysis.
n8n$4.99Automatically Forward RSS Feed Articles to an HTTP Endpoint
Effortlessly keep your data management streamlined by automatically forwarding articles from your favorite RSS feeds to a specified HTTP endpoint. Ideal for content curators and marketers, this workflow ensures you never miss important updates while maintaining organized and accessible data.
Make$2.99Sync WooCommerce Data to Google Sheets Automatically
Effortlessly update your Google Sheets with the latest data from WooCommerce using API calls. This workflow ensures your spreadsheets are always in sync with your WooCommerce store, enhancing data management efficiency.
Make$2.99Validate emails from Google Forms submissions using Email List Verify and adding them to a Google Sheet spreadsheet
Every time a new Google Forms response is submitted, Make will automatically validate the email address in that form response using Email List Verify. If the email is not disposable, it will add a row with the data from that form to a Google Sheet. The example uses this [example sheet](https://docs.google.com/spreadsheets/d/12UPjizUcS5_cNcdl3U_2FM4a7HJARSrSyiBsn5U3-Y/edit?usp=sharing).
Make$3.99Chrome DevTools Protocol JSON Processor
Processes Chrome DevTools Protocol JSON for console messages and debugger data, enabling automated extraction and analysis in n8n workflows.
n8n$14.99Automate Trustpilot Review Scraping and Google Sheets Integration
This n8n workflow automates the process of scraping Trustpilot reviews using Bright Data and stores the structured data in Google Sheets for easy analysis and reporting.
n8n$14.99Fetch Facebook ad account insights and write to Google BigQuery
Automatically fetch Facebook ad account insights and write them to Google BigQuery for streamlined data analysis and reporting.
MakeFreeWeekly Data Transfer from MySQL to Google Sheets
This workflow automates the weekly transfer of data from a MySQL table to Google Sheets, ensuring your spreadsheet is always up-to-date.
n8n$3.99Send city-based user & session report from Google Analytics to Google Sheets
Automatically sync city-specific user and session statistics from Google Analytics to Google Sheets every week. This reliable setup helps you analyze traffic patterns effectively, with customizable schedule options available.
Make$2.99Add new Adalo records to Google Sheets as rows
Streamline your apps data management by automatically adding new records from Adalo to Google Sheets. With this template, every time a new record is created in your Adalo application, Make will seamlessly transfer that information into a designated row in Google Sheets. This integration not only enhances your data organization but also allows for easy analysis and reporting, ensuring you never miss a crucial update. Perfect for users looking to maintain a comprehensive database of their apps records.
Make$2.99
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work