Productivity Automation Workflows — Page 7 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/Productivity

    Productivity Workflows

    Task and project management

    • Automate Telegram Recipe Sharing with Airtable Integration

      This workflow automates the process of sharing recipes via Telegram by utilizing data stored in Airtable. It is designed to send a random recipe from your Airtable database to specified Telegram chat IDs on a scheduled basis. The workflow leverage...

      n8n$13.1
    • Automatically Create Trello Cards from Paperform Submissions

      Streamline your workflow by automatically generating Trello cards for each new Paperform submission, ensuring no task is overlooked.

      MakeFree
    • Retrieve All Tasks from Flow on Demand

      This workflow allows you to manually trigger the retrieval of all tasks from Flow, providing a comprehensive overview of your task list.

      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. Clear values from a Google Sheets range and add a new row

    Streamline your Google Sheets workflow by clearing values from a specified range, listing sheets, and adding a new row automatically.

    MakeFree
  2. Automatically Log RocketReach Lookups to Google Sheets

    Streamline your data management by automatically adding completed RocketReach lookups to a Google Sheets spreadsheet, ensuring all contact information is organized and easily accessible.

    MakeFree
  3. Monitor USDT ERC-20 Wallet Balance with Telegram Alerts

    This n8n workflow is designed to monitor the balance of your USDT ERC-20 wallet using Etherscan and send timely notifications to your Telegram account whenever there are changes. By integrating Etherscan's API, the workflow checks for any fluctuat...

    n8n$15.99
  4. Automate Task Creation in MeisterTask from New Evernote Notes

    Automatically create tasks in MeisterTask whenever a new note is added to a specified Evernote notebook, streamlining your workflow and ensuring no task is overlooked.

    MakeFree
  5. Automate Saving Starred RSS Articles to Wallabag Every 10 Minutes

    This workflow checks for newly starred articles in your RSS feed every 10 minutes and saves them to Wallabag for later reading.

    n8nFree
  6. Add new Voxloud phone call details in a Google Sheets spreadsheet rows

    Every time a new call is going through Voxloud, Make will automatically add that call details to your Google Sheets spreadsheet as a new row. he template uses this [example spreadsheet](https://docs.google.com/spreadsheets/d/1AB1cGKvHMS6hSELcc69Gq2FkcVG7qqexHL3ryKMUtMs/edit?usp=sharing).

    MakeFree
  7. Automate Google Calendar Event Search and Deletion

    Efficiently manage your Google Calendar by automatically searching for and deleting specified events. This automation streamlines your scheduling process, ensuring your calendar remains clutter-free.

    MakeFree
  8. Sync Tasks Between Airtable, Asana, and Google Sheets

    This Zap automates the process of managing tasks across multiple platforms by creating a seamless workflow between Airtable, Asana, and Google Sheets. It allows users to automatically create new records in Airtable, find specific sections in Asana, look up rows in Google Sheets, and update tasks in Asana, ensuring that all task-related information is synchronized and up-to-date. This integration saves time and reduces the risk of errors, enabling teams to focus on their work instead of manual data entry.

    ZapierFree
  9. Automatically Log Google Ads Leads to Microsoft Excel

    Streamline your lead management by automatically adding new Google Ads Lead Form submissions to a Microsoft 365 Excel worksheet. This integration ensures that your leads are organized and easily accessible for further processing.

    MakeFree
  10. Automate Data Transfer Between Google Sheets

    Effortlessly transfer data from one Google Sheets document to another, ensuring your information is organized and up-to-date. This automation retrieves specified content from a source sheet and appends it as a new row in a destination sheet.

    MakeFree
  11. Webhook Creation Workflow with RetellAI Integration

    This workflow is designed to streamline the process of qualifying outbound leads and managing inbound calls using RetellAI. By leveraging webhook technology, it integrates seamlessly with Google Sheets to detect new leads and initiate follow-up ac...

    n8n$6.99
  12. Get notified on approved quotes and create items in monday.com

    This Zap automates the process of creating a new item in monday.com whenever a quote is approved in Jobber. This integration streamlines project management by ensuring that approved quotes are promptly reflected in your project tracking system, allowing teams to stay organized and informed about upcoming work.

    ZapierFree
  13. Sync Tasks with Google Calendar

    This Zap automates the process of creating detailed events in Google Calendar whenever a new task is added in Any.do Personal. This integration ensures that your tasks are seamlessly transformed into calendar events, helping you manage your time more effectively and stay organized. By linking your task management with your calendar, you can ensure that you never miss a deadline or important task again.

    ZapierFree
  14. Convert Time Zones with TimeZoneDB API Integration

    This n8n template provides a powerful utility for converting a specific time from one time zone to another by leveraging the TimeZoneDB API. This is an essential tool for anyone coordinating global teams, scheduling international events, or simply needing to understand time differences across the world. --- # How it works - Receive Time Conversion Request: This node acts as the entry point for the workflow, listening for incoming POST requests. It's configured to expect a JSON body containing the following parameters: - fromZone: The IANA timezone name for the source time zone (e.g., America/New_York, Asia/Manila, Europe/London). - toZone: The IANA timezone name for the target time zone. - time: The Unix timestamp (in seconds) representing the time in the fromZone that you wish to convert. *Important: Your TimeZoneDB API key is handled securely by n8n's credential system and should not be included in the webhook body.* - Convert Timezone (TimeZoneDB): This node makes an HTTP GET request to the TimeZoneDB API (api.timezonedb.com). It dynamically constructs the API request URL using the fromZone, toZone, and time values extracted from your webhook request. Your API key is securely retrieved from n8n's pre-configured credentials and automatically added as a query parameter. The API performs the conversion and returns a JSON object containing the converted time and other timezone details. - Respond with Converted Time: This node sends the full conversion result received from TimeZoneDB back to the service that initiated the webhook. --- # Who is it for? ### This workflow is extremely useful for: - Global Businesses & Remote Teams: Seamlessly schedule meetings, set deadlines, and coordinate tasks across different time zones, eliminating confusion and missed appointments. - Event Organizers & Marketers: Publish event times accurately for a global audience, improving attendance and engagement for webinars, online conferences, or product launches. - Customer Support Centers: Provide precise response times or service availability to customers in their local time zone, enhancing customer satisfaction. - Travelers & Digital Nomads: Easily calculate arrival/departure times in local timezones when planning trips or managing schedules across borders. - Developers & Integrators: Integrate accurate time zone conversion capabilities into custom applications, dashboards, or internal tools without building complex logic from scratch. - Data Analysts: Standardize timestamps from global data sources for consistent reporting and analysis, especially when dealing with international operations. --- # Data Structure When you trigger the webhook, send a POST request with a JSON body structured as follows: ``` { fromZone: "America/New_York", toZone: "Asia/Manila", time: 1678886400 // Unix timestamp for 2023-03-15 00:00:00 UTC (example) } ``` *Note: You'll need to obtain a free or paid API Key from TimeZoneDB to use their API.* The workflow will return a JSON response similar to this (results will vary based on inputs): ``` { status: "OK", message: "", fromZoneName: "America/New_York", fromAbbreviation: "-04", fromTimestamp: 1678886400, toZoneName: "Asia/Manila", toAbbreviation: "+08", toTimestamp: 1678933200, offset: 46800 // difference in seconds } ``` --- # Setup Instructions - Get a TimeZoneDB API Key: - Go to https://timezonedb.com/register and sign up for a free API key. - Create an n8n Credential for TimeZoneDB: - In your n8n instance, go to Credentials. - Click New Credential and search for HTTP Query Auth. - Set the Name (e.g., TimeZoneDB API). - Set API Key to your TimeZoneDB API key. - Set Parameter Name to key. - Set Parameter Position to Query. - Save the credential. - Import Workflow: - In your n8n editor, click Import from JSON and paste the provided workflow JSON. - Configure TimeZoneDB API Node: - Double-click the Convert Timezone (TimeZoneDB) node. - Under Authentication, select Generic Credential Type. - Choose HTTP Query Auth as the Generic Auth Type. - Select the credential you created (e.g., TimeZoneDB API) from the dropdown. - Configure Webhook Path: - Double-click the Receive Time Conversion Request node. - In the Path field, set a unique and descriptive path (e.g., /convert-timezone). - Activate Workflow: - Save and activate the workflow. --- # Tips This time zone converter is an essential building block that can be significantly expanded and integrated: - Robust Error Handling & Input Validation: - Upgrade: Add an IF node after the Receive Time Conversion Request to validate inputs (fromZone, toZone, time). Check if they are present and correctly formatted. - Upgrade: After the Convert Timezone (TimeZoneDB) node, add another IF node to check `{{ $json.status === "OK" }}`. If the status is not OK, return a descriptive error message from `{{ $json.message }}` to

    n8nFree
  15. Get notified of project status updates in Google Sheets

    This Zap automates the process of updating project statuses in Dubsado and synchronizing that information with Google Sheets. When a project status is updated in Dubsado, this Zap filters the update, formats the date, looks up the corresponding row in Google Sheets, and updates the row with the new status. This ensures that your project management data is always current and accurate, saving you time and reducing the risk of errors.

    ZapierFree
  16. Automate Audio Processing with HTTP and Webhook Integration

    This workflow automates the process of reading a binary audio file and sending it to an external API for processing. It utilizes the 'Read Binary File' node to fetch the specified audio file and the 'HTTP Request' node to send this audio data to t...

    n8n$12.5
  17. Automated Document Extraction and Processing from Gmail

    This automated workflow is designed to streamline the extraction and processing of documents received via Gmail. By leveraging triggers and conditions, the workflow initiates whenever a new email arrives that matches specific criteria, such as the...

    n8n$13.11
  18. Automatically Log Runkeeper Activities as Evernote Notes

    Seamlessly create Evernote notes from new activities logged in Runkeeper, capturing key details like type, calories burned, and duration.

    MakeFree
  19. Parse CVs from Emails with OCR & GPT for Notion Database

    Automates HR candidate onboarding by monitoring Gmail for PDF CVs, extracting text via OCR, structuring with GPT, and syncing to Notion database.

    n8n$24.99
  20. Bi-Directional Sync Between Notion and Google Calendar

    This workflow enables seamless two-way synchronization between multiple Notion databases and Google Calendar, ensuring that events and tasks remain up-to-date across both platforms.

    n8nFree
  21. Sync Mavenlink Tasks with Google Calendar Events

    Automatically create Google Calendar events for new Mavenlink tasks with due dates, ensuring your schedule stays up-to-date.

    MakeFree
  22. ← PreviousPage 7 of 51Next →

    Related categories

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

    Need a custom productivity workflow?

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

    Request a Custom Workflow