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

    Data & Analytics Workflows

    Data processing and analytics

    • Export Zammad Data to Excel for Users, Roles, Groups, and Organizations

      This n8n workflow exports Zammad data, including Users, Roles, Groups, and Organizations, into separate Excel files. It streamlines data management and reporting by providing structured outputs for further processing or sharing.

      n8n$14.99
    • Automate Data Insertion and Update in Airtable

      This workflow automates the process of inserting and updating records in Airtable, streamlining data management tasks.

      n8n$4.99
    • Automate Blog & LinkedIn Content with OpenAI & Replicate AI Images

      Daily automation scans Notion for blog ideas, generates full posts and LinkedIn content via OpenAI, creates AI images with Replicate, then publishes to LinkedIn or emails drafts while updating Notion.

      n8n

    Marketplace

    • Prompts
    • Workflows
    • Agent Hub
    • 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 Answers
    • Error Solutions
    • AI Tutorials
    • AI Agent Guides
    • AI Models
    • AI Research Papers
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation
    • API Access to Our Data

    Community

    • AI Newsletter
    • 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

    The #1 Newsletter in AI

    Weekly updates, news, and content that matter.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    $22.99
  1. Automate Weekly Notion Record Count and Slack Notification

    This workflow automates the process of counting new records in a Notion database each week and sends a summary to a Slack channel. It helps teams stay updated on new entries efficiently.

    n8n$9.99
  2. Google Analytics Metrics to Google Sheets & Slack Integration

    Streamline your data workflow with our automated integration that sends key Google Analytics metrics-like sessions and bounce rates-directly to Google Sheets and shares them on Slack. Scheduled updates every Friday (its easy to change the schedule to fit your teams rhythm) keep your team informed and ready to optimize digital strategies with the latest insights.

    Make$3.99
  3. Automate 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.99
  4. Automate Personalized Upwork Proposals with GPT-4, Google Docs & Mermaid

    AI agent automates Upwork proposals by generating personalized copy, professional Google Docs, and Mermaid diagrams using proven $500K strategies.

    n8n$24.99
  5. Convert HTML to Markdown and Extract Links from Web Pages

    This workflow transforms HTML content from web pages into markdown format and extracts all page links using the Firecrawl.dev API. It processes URLs in batches, respects API rate limits, and outputs the data to your preferred database.

    n8n$14.99
  6. Import Workflows and Map Their Credentials Using a Multi-Form

    ## Purpose This workflow allows you to import any workflow from a file or another n8n instance and map the credentials easily. ![Image](https://i.imgur.com/35UFNRa.png) ![Image](https://i.imgur.com/MnWtCFJ.png) ## How it works - A multi-form setup guides you through the entire process. - At the beginning, you have two options: - Upload a workflow file (JSON) - Copy workflow from a remote n8n instance - If you choose the second option, you get to choose one of your predefined (in the Settings node) remote instances first, then it retrieves a list of all the workflows using the n8n API which you then can choose a workflow from. - Now both initial options come together - the workflow file is being processed. - In parallel, all credentials of the current instance are being retrieved using the Execute Command node. - The next form page enables a mapping of all the credentials used in the workflow. The matching happens between the names (because one workflow can contain different credentials of the same type) of the original credentials and the ones available on the current instance. Every option then shows all available credentials of the same type. In addition, the user has always the choice to create a new credential on the fly. - For every option which was set to create a new credential, an empty credential is being created on the current instance using the n8n API. An emoji is being appended to the name, which indicates that it needs to be populated. - Finally, the workflow gets updated with the new credential IDs and created on the current instance using the n8n API. Then the user gets a message, if the process has succeeded or not. ## Setup - Select your credentials in the nodes which require those. - Configure your remote instance(s) in the Settings node. (You can skip this step, if you only want to use the File Upload feature) - Every instance is defined as an object with the keys name, apiKey, and baseUrl. These instances are then wrapped inside an array. You can find an example described within a note on the workflow canvas. ## How to use - Grab the (production) URL of the Form from the first node. - Open the URL and follow the instructions given in the multi-form. ## Disclaimer - Security: Beware, that all credentials are being decrypted and processed within the workflow. Also, the API keys to other n8n instances are stored within the workflow. - This solution is primarily meant for transferring data between testing environments. For production use, consider the n8n enterprise edition which provides a **reliable** way to deploy workflows between different environments without the need of manual credential mapping.

    n8n$24.99
  7. Provide Latest Euro Exchange Rates from European Central Bank via Webhook

    ### What is this workflow doing? This simple workflow is pulling the latest Euro foreign exchange reference rates from the European Central Bank and responding with expected values to an incoming HTTP request (GET) via a Webhook trigger node. ### Setup - **No authentication** needed - The workflow is **ready to use** - **Test** the workflow template by hitting the test workflow button and calling the URL in the webhook node - Optional: choose your own Webhook listening path in the Webhook trigger node ### Usage There are two possible usage scenarios: 1. Get all Euro exchange rates as an array of objects 2. Get only a specific currency exchange rate as a single object #### All available rates Using the HTTP query `?foreign=USD` (where USD is one of the available currency symbols) will provide only that specifically asked rate. Response example: ```json {"currency":"USD","rate":1.0852} ``` #### Single exchange rate If no query is provided, all available rates are returned. Response example: ```json [{"currency":"USD","rate":1.0852},{"currency":"JPY","rate":163.38},{"currency":"BGN","rate":1.9558},{"currency":"CZK","rate":25.367},{"currency":"DKK","rate":7.4542},{"currency":"GBP","rate":0.85495},{"currency":"HUF","rate":389.53},{"currency":"PLN","rate":4.3053},{"currency":"RON","rate":4.9722},{"currency":"SEK","rate":11.1675},{"currency":"CHF","rate":0.9546},{"currency":"ISK","rate":149.30},{"currency":"NOK","rate":11.4285},{"currency":"TRY","rate":33.7742},{"currency":"AUD","rate":1.6560},{"currency":"BRL","rate":5.4111},{"currency":"CAD","rate":1.4674},{"currency":"CNY","rate":7.8100},{"currency":"HKD","rate":8.4898},{"currency":"IDR","rate":16962.54},{"currency":"ILS","rate":3.9603},{"currency":"INR","rate":89.9375},{"currency":"KRW","rate":1444.46},{"currency":"MXN","rate":18.5473},{"currency":"MYR","rate":5.1840},{"currency":"NZD","rate":1.7560},{"currency":"PHP","rate":60.874},{"currency":"SGD","rate":1.4582},{"currency":"THB","rate":38.915},{"currency":"ZAR","rate":20.9499}] ``` ### Further info Read more about Euro foreign exchange reference rates [here](https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html).

    n8n$9.99
  8. Sync Google Analytics to Google Sheets

    Elevate your digital marketing strategy by seamlessly syncing crucial Google Analytics metrics-sessions, bounce rates, and conversions-directly to Google Sheets. his automated update occurs every Friday, but you can adjust the timing to suit your needs. Empower your marketing efforts with up-to-date, easy-to-access insights that help you understand visitor behaviors and optimize campaigns effectively.

    Make$2.99
  9. Standardize US Phone Numbers with Multiple Format Options and Validation

    ## Workflow Overview: This n8n workflow template takes a US phone number as input, validates it, and returns it in multiple standard formats, including handling extensions. It's designed to streamline the process of standardizing phone number data within your automations. ## How it Works: **Input:** Accepts a phone number string as input. This number can be in various common formats (e.g., `(555) 123-4567`, `555.123.4567`, `+15551234567`, `5551234567x890`). **Formatting Removal:** Strips all non-numeric characters to isolate the core number and any potential extension. **Validation:** - **Country Code Check:** Verifies if the number starts with the US country code (`+1` or `1`) or assumes US if no country code is present and the length is correct. - **Length Check:** Ensures the main number component consists of exactly 10 digits after stripping formatting and the country code. **Output Generation (if valid):** If the number passes validation, the workflow outputs the phone number in several standardized formats: - **Number Only:** 5551234567 - **E.164 Standard:** +15551234567 - **National Standard:** (555) 123-4567 - **Full National Standard:** 1 (555) 123-4567 - **International Standard:** 00-1-555-123-4567 **Extension Handling:** If an extension is detected in the input, it is separated and provided as: - **Extension (Number):** 890 - **Extension (String):** 890 **Use Cases:** - Cleaning and standardizing phone number data in CRM systems. - Formatting numbers before sending SMS messages via APIs. - Validating user input from forms. - Ensuring consistent phone number representation across different applications.

    n8n$4.99
  10. Filter and update Google Sheets cells with messages from Anthropic Claude

    Use this template to filter Google Sheets rows and update a specific cell with messages from Anthropic Claude. Streamline data management and communication in your spreadsheets.

    Make$3.99
  11. Daily Jira Ticket Summarizer with GPT-5 & Email Reports

    Automates fetching daily Jira tickets, AI-powered summarization using GPT-5, and email reports for team insights. Saves hours on manual reviews and boosts visibility into support progress.

    n8n$22.99
  12. Automate 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.99
  13. Automate Salesforce File Archiving to Amazon S3 with Slack Notifications

    Efficiently archive outdated Salesforce files to Amazon S3, maintain traceability, and receive Slack notifications upon completion, all through a scheduled n8n workflow.

    n8n$14.99
  14. AI Data Analytics Dept: CDO & Specialists (OpenAI O3)

    AI-powered data analytics department with CDO agent using OpenAI O3 to orchestrate specialized teams for data science, BI, ML, engineering, visualization, and governance.

    n8n$27.99
  15. Automate Sensor Data Generation and Storage in Postgres

    This workflow automates the generation of sensor data and its insertion into a Postgres database every minute, aiding in efficient data monitoring and management.

    n8n$3.99
  16. Automate Facebook Insights Data Export to Google Sheets

    This workflow automates the process of exporting advanced Facebook Insights data to a Google Sheets spreadsheet. It listens for a webhook to check the status of a report, and once ready, the data is transferred to Google Sheets.

    Make$3.99
  17. Structured Data Extract & Mining with Bright Data & Google Gemini

    Automates extraction of structured data from web content using Bright Data scraping and Google Gemini AI for topic mining, summarization, and trend analysis.

    n8n$24.99
  18. 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.

    Make$3.99
  19. Export API Data to Google Sheets and CSV

    This workflow retrieves user data from an API and exports it to Google Sheets and a CSV file, enabling easy data management and analysis.

    n8n$4.99
  20. Automate Daily Currency Exchange Rate Updates in Google Sheets

    Automatically fetch daily currency exchange rates using Mallabe Currencies and update them in a Google Sheets document. This workflow ensures you have the latest exchange rates for specified currencies at your fingertips.

    Make$2.99
  21. Automate Google Sheets Updates with AI-Generated Responses

    This workflow automatically updates Google Sheets rows with AI-generated responses from ChatGPT based on new data inputs, enhancing data analysis and decision-making processes.

    Make$4.99
  22. ← PreviousPage 16 of 42Next →

    Related categories

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

    Custom AI Systems & Services

    Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.

    Request Custom Work