Data & Analytics Workflows
Data processing and analytics
Rate Limiting & External Event Waiting Workflow
Control data flow with rate limits to prevent service overload and pause workflows for external events like approvals via webhooks.
n8n$12.99Automate Airtable Project and Task Logging to Google Sheets
Seamlessly log project and task updates from Airtable into Google Sheets, ensuring your data is always synchronized for effective tracking and reporting.
Make$2.99Automatically Retrieve and Update Phone Number Details in SeaTable via Data24-7
This workflow automatically fetches detailed information about phone numbers from Data24-7 whenever a new record is added in SeaTable, and updates the record with the retrieved data.
Make$3.99Transform Google Sheets Data to JSON and Respond via Webhook
Effortlessly convert data from Google Sheets into JSON format and respond through a custom webhook. This workflow automates data retrieval, transformation, and delivery.
Make$4.99Automate Google Sheets Updates with Anthropic Claude Messages
Efficiently filter and update Google Sheets rows using messages generated by Anthropic Claude, enhancing data management and communication within your spreadsheets.
Make$3.99Summarize Glassdoor Reviews with Gemini & Bright Data Scraper
Automates Glassdoor company review scraping via Bright Data, summarizes insights with Google Gemini AI, and delivers actionable reports to webhooks for HR and market research teams.
n8n$19.99Extract Named Entities from Web Pages with Google NL API
Automates named entity extraction (people, orgs, locations) from web pages using Google Natural Language API via webhook. Delivers structured data for analysis, saving hours of manual work.
n8n$14.99Automate RSS Feed Monitoring and Secure Article Transmission
Automatically monitor RSS feeds for new articles and securely transmit them using HTTP with basic authentication. Enhance content delivery efficiency while ensuring data security.
Make$2.99Automate Email Verification and Cleanup for New AWeber Subscribers
Automatically verify new AWeber subscriber emails using Clearout and remove invalid entries to maintain a clean mailing list.
Make$3.99Automate LinkedIn Lead Gen Form Counts to Google Sheets
Automatically count new LinkedIn Lead Gen Form submissions from the previous day and export the data to a Google Sheets spreadsheet daily.
MakeFreeMerge Data for Multiple Executions
This workflow demonstrates how to merge data from different executions.  The Merge Data Function node fetches the data from different executions of the RSS Feed Read node and merges them under a single object. **Note:** If you want to process the items that get merged, you will have to convert the single item into n8n understandable multiple items.
n8n$4.99Connect Pipedrive Deal Outcomes to GA4 & Google Ads via Measurement Protocol
## Who's it for **Problem:** Your ads and GA4 often optimize to shallow web events (form fills), while the *real* value sits in Pipedrive (Qualified, Closed Won). That gap means bidding chases cheap leads instead of revenue. **Solution:** This template turns Pipedrive deal milestones into **server-side GA4 events** (via Measurement Protocol), matched to the original visitor by `client_id`—no external database. You mark them as **Key events** in GA4 and, when ready, import them into Google Ads. **Business value:** Ads can optimize on **actual CRM outcomes with value** (and currency), improving CAC/ROAS and reducing lead spam. Everything stays GA4-centric, consent-aware, and deduped with deterministic `event_id`, so you get reliable attribution without building a custom Ads integration. If you're serious about scaling paid spend toward **high-quality, high-value deals**, this is the missing link. This is **not plug-and-play**. Expect **~2 hours of developer work** to integrate: ## What it does On **Deal Updated**, the workflow checks for target stages (e.g., Qualified, Closed Won), fetches the linked Person's **client_id**, builds a GA4 **Measurement Protocol** event (with `value`, `currency`, deterministic `event_id`), and posts it server-side. Success updates deal-level dedupe flags; failures are logged to a Pipedrive Note. Credentials use n8n **Credentials**—no hardcoded secrets. ## How it works (high level) A Pipedrive trigger listens for stage changes — an eligibility check gates sends — a payload builder composes the GA4 event — an HTTP call posts to GA4. Sticky notes in the canvas explain the whole setup and what to edit. ## Requirements GA4 installed on your site; GA4 **Measurement ID** + **API Secret** (same data stream); Pipedrive Person field for `client_id`, optional `consent_granted`; Pipedrive Deal booleans for dedupe; n8n credentials configured (no secrets in nodes). ## How to customize the workflow - Change which stages send events and the event names. - Adjust `value` logic (e.g., margin- or probability-weighted). - Choose skip-on-no-consent vs. `non_personalized_ads: true`. - Add extra params (`deal_id`, `pipeline_stage`, etc.) to GA4 as custom dimensions (event-scoped). ## Troubleshooting & debugging - If `client_id` is null: GA4 not initialized yet, consent denied, GM var not firing, or adblockers—fix site capture first. - If GA4 shows events in DebugView but Ads import is empty: events not marked as Key events, GA4—Ads not linked/imported, or wrong stream/secret pairing. - Use `https://www.google-analytics.com/debug/mp/collect` only for payload validation; it won't verify your API secret. Final sends go to `/mp/collect`.
n8n$14.99Reddit to Google Sheets: Track Freelance Job Leads
Automates fetching Reddit posts from subreddits for freelance/gig leads mentioning n8n, extracts top-level comments, filters out mods, and appends to Google Sheets every 2 hours.
n8n$12.99Insert Data into a New Row for a Table in Coda
Unfortunately, I can't view images or files, so I'm unable to directly correct the description from the screenshot you mentioned. However, if you can provide the text from the description, I'd be happy to help correct it!
n8n$3.99Automatically Log Recurly Transactions to Google Sheets
Streamline your financial tracking by automatically adding new Recurly transactions as rows in a Google Sheet. This workflow ensures that every transaction is recorded in real-time, enhancing your data management efficiency.
Make$2.99AI Bulk Optimizer for Rank Math SEO Titles & Descriptions
Automates bulk generation and update of SEO-optimized titles and meta descriptions for WordPress posts using AI and Rank Math plugin.
n8n$22.99Automate ParseHub Data Extraction and Storage in Google Drive
This workflow automates the process of running a ParseHub project, extracting data, converting it, and saving it in Google Drive as a JSON file.
Make$4.99Transform and Send Data via Custom Webhook and HTTP Action
Effortlessly convert incoming data from a custom webhook to JSON format and transmit it using an HTTP action for seamless data integration.
Make$3.99Automate Postgres Data Freshness Checks with Email Notifications
Automatically monitor the freshness of data in Postgres tables and receive email alerts if data becomes stale beyond a configurable threshold.
n8n$9.99Get the Last Five SpaceX Launches from the SpaceX.land API Using GraphQL
This manual n8n workflow sends a GraphQL query to the SpaceX.land API to retrieve the last five launches. It’s a practical starting point for learning how to configure the n8n GraphQL node, fetch data from a real endpoint, and structure results without external triggers.
n8n$2.99Automate Basin Form Submissions to Airtable
Seamlessly transfer submissions from Basin to Airtable for efficient data management. Ensure your Airtable table matches the required structure for optimal functionality.
Make$2.99Run Apache Airflow DAG and Retrieve XCom Value
# Run Apache Airflow DAG and Retrieve XCom Value ## What this workflow does This workflow integrates the Apache Airflow API [DAGRun](https://airflow.apache.org/docs/apache-airflow/2.10.5/stable-rest-api-ref.html#tag/DAGRun) and [XCom](https://airflow.apache.org/docs/apache-airflow/2.10.5/stable-rest-api-ref.html#tag/XCom). It enables n8n to trigger Airflow DAGs and retrieve the execution results. ## Preparation: 1. **Update Airflow API Link Prefix** - Navigate to the `airflow-api` node. - Update the prefix of the Airflow API link in the format: `http(s)://ip:port`. - Example: `https://airflow.example.com` 2. **Configure Authentication** - Go to the `Airflow: dag_run` node. - Update the `Basic Auth` credentials with your Airflow username and password. - Repeat this step for `Airflow: dag_run - state` and `Airflow: dag_run - get result` nodes. **Security Note:** Using Basic Authentication requires storing credentials in plaintext. If possible, consider using API Keys or tokens for enhanced security. - An example is setting Airflow's [API Authentication](https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/auth-manager/api-authentication.html) to [basic_auth](https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/auth-manager/api-authentication.html#basic-authentication). Choose other authentication methods if needed. - Ensure the user account has the following permissions: `can create on DAG Runs`, `can read on DAG Runs`, `can read on XComs`, `can edit on DAGs`, and `can read on DAGs`. ## How to Use: To execute this workflow, use the **Execute Sub-workflow** node with the following input parameters: - **dag_id**: The DAG ID (name) in Airflow that you want to trigger. - **task_id**: The task ID (name) from which you want to retrieve the XCom return_value. - **conf**: Input data for the Airflow DAG run. - **wait**: Delay (in seconds) between each `Airflow: dag_run - state` check. - **wait_time**: The maximum time (in seconds) to wait for `Airflow: dag_run - state` before returning an error. ## Output: - The workflow returns the XCom result from `Airflow: dag_run - get result`. - The XCom `return_value` is stored in the `value` field.
n8n$9.99Automate LinkedIn Company Domain Verification with Airtop
Ensure data accuracy by verifying LinkedIn company URLs against expected domains using Airtop. Ideal for lead qualification and CRM updates.
n8n$9.99Automate Product Hunt Data Extraction and Sharing via Google Sheets and Slack
Streamline the process of extracting product data from Product Hunt using Browse AI, storing it in Google Sheets, and sharing insights on Slack.
Make$4.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