Data & Analytics Automation Workflows — Page 26 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/Data & Analytics

    Data & Analytics Workflows

    Data processing and analytics

    • Automate JSON Data Transfer from Webhook to Google Sheets with Response

      Streamline your data management by automatically sending aggregated JSON data from a custom webhook to Google Sheets, followed by a webhook response.

      MakeFree
    • Get Business Data for Pipedrive leads with DataForSEO

      Automatically enrich your Pipedrive leads with comprehensive business details from Google using DataForSEO API and Make. Effortlessly access critical information such as business name, description, categories, rating, address and contact details, and more. Use these insights to personalize your outreach, optimize campaigns, and make data-driven decisions. o get started, check our [Setup Guide for First Use](https://docs.google.com/document/d/1E3kJOeOW6MbEq85cP0YiFKbkxRRUw5f3cC53mAngcoA/edit?usp=sharing).

      MakeFree
    • Automate Gmail Lead Follow-Up with OpenAI, HubSpot, Slack & Sheets

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation

    Community

    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    Stay Updated

    Get the latest AI tools and insights delivered to your inbox.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    Automates analysis of new lead emails from Gmail using OpenAI to assess sentiment, intent, and priority, then creates HubSpot tasks, Slack notifications, and logs to Google Sheets for sales follow-up.

    n8n$24.99
  1. Automate XML to JSON Conversion with Webhook and Slack Notifications

    This workflow automates the conversion of XML files to JSON format via a webhook call, with integrated error handling and Slack notifications.

    n8nFree
  2. Capture Website Screenshots from Google Sheets to Google Drive

    Automates capturing screenshots of websites listed in Google Sheets using CustomJS and uploads them to Google Drive with custom filenames.

    n8n$12.99
  3. Automate Google Sheets Data Analysis with ChatGPT Integration

    Streamline your data management by filtering rows in two Google Sheets, generating insights using ChatGPT, and updating the sheets with new information.

    MakeFree
  4. 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.

    n8nFree
  5. Automate Google Analytics Report Integration with Google Sheets and ClickUp

    Automatically transfer new Google Analytics report data to Google Sheets and create corresponding tasks in ClickUp. Streamline your workflow by keeping your data organized and actionable.

    MakeFree
  6. Automated Stripe Payment Recovery: Track Failures & Follow-Up Emails

    Detects failed Stripe payments, logs details in Google Sheets, and sends tiered follow-up emails daily to recover lost revenue effortlessly.

    n8n$19.99
  7. Automate Citation Data Collection from Google AI Mode with DataForSEO and Google Sheets

    Effortlessly gather and store citation data from Google AI Mode results using DataForSEO API, Make, and Google Sheets. This workflow helps you track source titles, URLs, and domains for competitive analysis or monitoring your website's presence in AI Mode results.

    MakeFree
  8. Send Mattermost Notification on n8n Startup

    Automatically sends a Mattermost message with timestamp whenever your n8n instance starts or restarts.

    n8n$4.99
  9. Automate Google Sheets Filtering and Airtable Record Management

    Streamline your workflow by automatically filtering rows in Google Sheets and managing records in Airtable. Keep your data accurate and up-to-date with minimal effort.

    MakeFree
  10. Sync Kanbanize Task Data to Airtable Automatically

    Automatically import tasks from Kanbanize into Airtable, ensuring your project management data is always up-to-date and accessible.

    MakeFree
  11. Automate Content Management with RSS, Google Sheets, and Browse AI

    Streamline your content management by automatically executing Browse AI tasks on new RSS articles and filtering specific data in Google Sheets.

    MakeFree
  12. Sync Microsoft SQL Server Data to Google Sheets

    Automatically transfer selected rows from a Microsoft SQL Server database table to a Google Sheets spreadsheet, ensuring your data is always up-to-date and accessible.

    MakeFree
  13. Demonstrates the Use of the $item(index) Method

    This workflow demonstrates the use of the `$item(index)` method. This method is useful when you want to reference an item at a particular index. This example workflow makes POST HTTP requests to a dummy URL. ![workflow-screenshot](fileId:566) **Set node:** This node is used to set the API key that will be used in the workflow later. This node returns a single item. This node can be replaced with other nodes, based on the use case. **Customer Datastore node:** This node returns the data of customers that will be sent in the body of the HTTP request. This node returns 5 items. This node can be replaced with other nodes, based on the use case. **HTTP Request node:** This node uses the information from both the Set node and the Customer Datastore node. Since the node will run 5 times, once for each item of the Customer Datastore node, you need to reference the API Key 5 times. However, the Set node returns the API Key only once. Using the expression `{{ $item(0).$node[Set].json[apiKey] }}` you tell n8n to use the same API Key for all the 5 requests.

    n8nFree
  14. Automatically 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.

    MakeFree
  15. CyberPulse AI RedOps: Generate Daily RedOps Security Simulation Reports

    ## Description Automatically compiles a daily HTML report of all RedOps simulations (Modules 1-5), summarizing offensive activity, response logs, and module effectiveness. Designed for GRC teams, Red/Purple teams, and internal auditors - no manual formatting required. ## Who's It For: - Red teams running daily simulations - Purple teams reviewing impact and response - CISOs, SOCs, or compliance teams requiring summaries ## How It Works: - Trigger manually or on schedule (e.g., daily cron) - Reads simulation logs from a shared Google Sheet - Filters data by time or module - Formats data into an HTML summary table - Sends email with report or uploads to Drive/S3 ## Requirements: - Gmail or SMTP node for email - Google Sheets connected (OAuth) ### Google Sheet Requirements: - Columns: `Date`, `Module`, `Action`, `Result`, `Status` - One row per offensive simulation log - Make sure headers are in the first row - Unified log format for RedOps Modules 1-5 ## File Templates: - RedOps_AutoReport_Log_Template.xlsx ## Customization Tips: - Set filtering timeframe (24h, 7d) in JavaScript node - Modify the table style in the HTML generator - Connect to PDF node or S3 for exporting to other tools ## Ethics & Compliance: This workflow is designed for internal reporting only. It does not simulate attacks or initiate actions. Use for audit logs, red team reviews, and awareness tracking only. ## Setup Instructions 1. Copy the provided Google Sheet template (linked in File Templates). 2. Fill in your RedOps logs (columns: date, module, action, result, status). 3. Connect Google Sheets node using OAuth credentials. 4. In the Gmail node: - Set recipient email (use `your_email@example.com` as a placeholder). - Choose HTML output from the summary table. 5. Trigger via Cron node (daily) or manually. 6. Optional: Connect Drive or S3 node to store a backup. Supports: - NIST 800-53 AU-6, AU-12 - ISO 27001 A.16.1.6 - ACSC Essential Eight reporting practices **Part of the CYBERPULSE RedOps Suite** 🔗 https://cyberpulsesolutions.com ✉ info@cyberpulsesolutions.com

    n8nFree
  16. Split in Batches Node currentRunIndex Example

    This workflow demonstrates how to use `currentRunIndex` to get the running index. ![workflow-screenshot](fileId:454) **Function node:** This node generates mock data for the workflow. Replace it with the node whose data you want to split into batches. **SplitInBatches node:** This node splits the data with the batch size equal to `1`. Based on your use-case, set the value of the Batch Size. **IF node:** This node checks the running index. If the running index equals `5`, the node returns `true` and breaks the loop. The node uses the expression `{{$node[SplitInBatches].context[currentRunIndex]}}`, which returns the running index. **Set node:** This node prints a message `Loop Ended`. Based on your use-case, connect the false output of the IF node to the input of the node you want to execute if the condition is `false`.

    n8nFree
  17. Automate File Retrieval from HTTP and Upload to FTP

    Efficiently automate the process of retrieving files from an HTTP source and uploading them to an FTP server. This workflow streamlines file transfers, enhancing productivity and reducing manual effort.

    MakeFree
  18. Monitor Airtable Records and Send Updates via HTTP with Delays

    Efficiently track changes in Airtable records and transmit updates to a specified URL using HTTP requests, with built-in delays to ensure data integrity.

    MakeFree
  19. Send 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. his reliable setup helps you analyze traffic patterns effectively, with customizable schedule options available.

    MakeFree
  20. Automate Mailrelay Subscription and Google Sheets Logging via Webhook

    Efficiently manage new subscriber data by automatically adding them to Mailrelay and logging their details in Google Sheets using a custom webhook.

    MakeFree
  21. Extract Email Address from a URL

    This n8n workflow starts with a manual trigger, then uses a function node to parse a provided URL and extract any email address found within it. It’s a practical tool for sales teams, recruiters, or researchers who need to quickly pull contact details from web pages without manual copying.

    n8nFree
  22. ← PreviousPage 26 of 42Next →

    Related categories

    Communication (2,463)AI (1,929)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,145)File & Document Management (802)CRM - Sales (604)Notifications (580)Social Media (562)

    Need a custom data & analytics workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow