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

    Data & Analytics Workflows

    Data processing and analytics

    • Automate Linear Ticket Tracking in Google Sheets

      Automatically track and analyze Linear tickets by exporting them to Google Sheets daily. This workflow helps you perform custom analyses without needing Linear's premium features.

      n8nFree
    • Automate Email Validation and Status Updates in Google Sheets with ZeroBounce

      Automatically validate email addresses from a Google Sheet using ZeroBounce and update the sheet with the validation status. This workflow ensures your email list is clean and up-to-date.

      MakeFree
    • Automate 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

    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.

    Free
  1. Automate Google Sheets Row Filtering and Updating with Powerlink Queries

    Streamline your data management by automatically filtering rows in Google Sheets, executing Powerlink queries, and updating rows based on the results.

    MakeFree
  2. Automatically Log Taphome Device Changes to Google Sheets

    Capture every state change or value update from your Taphome devices and log them into a Google Sheets spreadsheet for easy tracking and analysis.

    MakeFree
  3. OTX & OpenAI Automated Web Security Audit

    Automates website security checks using AlienVault OTX threat intel, OpenAI AI analysis, and email reports. Ideal for quick vulnerability audits via simple URL input.

    n8n$22.99
  4. Automate Airtable Record Creation from Wix Form Submissions

    Automatically create a new Airtable record every time a Wix form is submitted, capturing all form details seamlessly.

    MakeFree
  5. View Fantasy Football Rosters via Telegram & Sleeper API

    Telegram bot fetches Sleeper fantasy football roster details—player names, positions, teams—using Sleeper API and a player database for quick, chat-based access.

    n8n$14.99
  6. Automate Webhook Data Transfer to Notion

    Streamline your workflow by automatically transferring data from webhooks to Notion, ensuring real-time updates and enhanced collaboration.

    MakeFree
  7. Automated Daily n8n Workflow Backup to GitHub

    Automatically backs up all n8n workflows to GitHub daily via n8n and GitHub APIs, ensuring version control, updates, and disaster recovery.

    n8n$19.99
  8. Sync Hootsuite Outbound Messages to Google Sheets

    Automatically list outbound messages from Hootsuite for the past four weeks and store them in a Google Sheets spreadsheet.

    MakeFree
  9. Automatically Retrieve Google SERP Positions for New Airtable Records

    This workflow automatically fetches Google SERP positions for keywords in new Airtable records using the DataForSEO API, updating the records with the retrieved data.

    MakeFree
  10. Automatically Log ConvertBox Form Submissions to Google Sheets

    Effortlessly track form submissions by automatically adding new entries from ConvertBox to a Google Sheets spreadsheet. This workflow ensures that all form data is organized and easily accessible.

    MakeFree
  11. Manually Track Events in Segment

    This workflow allows you to manually trigger and track events in Segment, providing flexibility in event management.

    n8nFree
  12. CommonJS Package Data Processor

    Automates processing of package.json files to detect and handle CommonJS module types in data workflows. Ideal for Node.js project analytics and compatibility checks.

    n8n$4.99
  13. Send data from QuickCaptures project to Airtable

    When a new event is recorded in your project in QuickCapture, the data are sent to your Airtable table. For the proper work of this scenario you can use our [example table](https://airtable.com/shrj7RYMDehsL5Rfv).

    MakeFree
  14. Convert Google Sheets Data to JSON and Transmit via HTTP

    Efficiently transform data from Google Sheets into JSON format and send it through an HTTP request. This workflow streamlines data handling and integration across platforms.

    MakeFree
  15. Automate Purging of n8n Execution History in MySQL

    This workflow automatically deletes n8n execution history entries older than 30 days from a MySQL database, helping to manage database size effectively.

    n8nFree
  16. Automate Data Entry to Google Sheets via Custom Webhook

    Effortlessly transfer data from a custom webhook to Google Sheets, ensuring organized data management by logging information in two separate rows.

    MakeFree
  17. Automate Data Storage and Webhook Triggering

    Effortlessly send data to your datastore and trigger custom webhook actions using Make's modules. This workflow streamlines data management and integration processes.

    MakeFree
  18. Unix Timestamp to ISO Date Converter

    This n8n workflow provides a simple yet powerful utility to convert Unix timestamps (seconds since epoch) into the universally recognized ISO 8601 date and time format. This is crucial for harmonizing date data across different systems, databases, and applications. --- # How it works - Receive Timestamp Webhook: This node acts as the entry point, listening for incoming POST requests. It expects a JSON body containing a single property: timestamp, which should be a Unix timestamp in seconds (e.g., 1678886400). - Convert to ISO 8601: This node takes the timestamp received from the webhook. Since JavaScript's Date object typically uses milliseconds, it multiplies the Unix timestamp by 1000. It then uses new Date(...).toISOString() to convert this into an ISO 8601 formatted string (e.g., 2023-03-15T00:00:00.000Z) and assigns it to a new property called convertedTime. - Respond with Converted Time: This node sends the convertedTime property back as the response to the original webhook caller. --- # Who is it for? ### This workflow is extremely useful for: - Developers & Integrators: When working with APIs or databases that return dates as Unix timestamps, and you need to display them in a human-readable or standardized format in your applications or dashboards. - Data Analysts & Scientists: For cleaning and transforming raw timestamp data from logs, event streams, or legacy systems into a consistent format for analysis. - System Administrators: For debugging logs where timestamps are often in Unix format. - Anyone Managing Data Imports/Exports: Ensuring date compatibility when moving data between different platforms. - Automators: As a building block in larger workflows where incoming data has Unix timestamps that need to be normalized before further processing (e.g., adding to a spreadsheet, sending in an email, or performing date calculations). --- # Data Structure When you trigger the webhook, send a POST request with a JSON body structured as follows: ``` { "timestamp": 1678886400 } ``` The workflow will return a JSON response similar to this: ``` { "convertedTime": "2023-03-15T00:00:00.000Z" } ``` --- # Setup Instructions - Import Workflow: In your n8n editor, click Import from JSON and paste the provided workflow JSON. - Configure Webhook Path: - Double-click the Receive Timestamp Webhook node. - In the Path field, set a unique and descriptive path (e.g., /convert-timestamp or /unix-to-iso). - Activate Workflow: Save and activate the workflow. --- # Tips This simple conversion workflow can be drastically enhanced and leveraged in many ways: - Dynamic Output Formats: - Upgrade: Modify the Convert to ISO 8601 node (or add a Function node after it) to accept an optional format parameter in the webhook. - Leverage: Allow users to request formats like MM/DD/YYYY HH:mm:ss, YYYY-MM-DD, DD-MM-YYYY, or just the time, making the output directly usable in various contexts without further processing. - Example using a Function node: ``` const date = new Date($json.timestamp * 1000); const format = $json.format || "iso"; // Default to ISO let output; switch (format.toLowerCase()) { case "iso": output = date.toISOString(); break; case "locale": // e.g., 3/15/2023, 12:00:00 AM UTC output = date.toLocaleString("en-US", { timeZone: "UTC" }); break; case "dateonly": // e.g., 2023-03-15 output = date.toISOString().split('T')[0]; break; case "timeonly": // e.g., 00:00:00 UTC output = date.toLocaleTimeString("en-US", { timeZone: "UTC", hour12: false }); break; default: output = date.toISOString(); // Fallback } return [{ json: { convertedTime: output } }]; ``` - Timezone Conversion: - Upgrade: Combine this with the Time Zone Converter workflow (or integrate moment-timezone.js if using a Code node and have a self-hosted instance). Accept an optional targetTimeZone parameter in the webhook. - Leverage: Convert the Unix timestamp directly into a human-readable date and time in a specific target timezone, which is incredibly valuable for global scheduling or reporting. - Error Handling and Input Validation: - Upgrade: Add an IF node after the Receive Timestamp Webhook. Check if isNaN($json.body.timestamp) or if typeof $json.body.timestamp !== "number". - Leverage: If the input timestamp is invalid, branch to a Respond to Webhook node that returns a clear error message (e.g., Invalid timestamp provided. Please provide a numeric Unix timestamp in seconds.). This makes your API more robust. - Reverse Conversion (ISO to Unix): - Upgrade: Create a separate workflow, or add another branch to this one, to convert an ISO 8601 string back to a Unix timestamp. This provides a complete conversion utility. - Example Set node value: `={{ new Date($json.body.isoString).getTime() / 1000 }}` - Integration with Data Pipelines: - Upgrade: Use this workflow as a microservice in larger E

    n8nFree
  19. Automate WhatsApp Product Training & Customer Support with GPT-4 & Sheets

    Automates product data training from WhatsApp URLs into Google Sheets using GPT-4, and handles customer support queries with AI responses and issue logging.

    n8n$24.99
  20. Chrome 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.99
  21. Automate Scheduled BigQuery SQL Queries with Email Alerts

    This workflow automates the execution of scheduled SQL queries in Google BigQuery and sends email alerts upon completion. Ideal for maintaining regular data analysis and reporting.

    MakeFree
  22. ← PreviousPage 29 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