Travel Automation Workflows — Page 10 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/Travel

    Travel Workflows

    Travel and logistics

    • Summarize Docs, Images & Spreadsheets with Gemma 3 on Ollama

      Monitors a folder to auto-process and summarize images (JPG/PNG), PDFs, CSVs, and XLS files using local Ollama Gemma 3 AI, generating insightful text outputs.

      n8n$19.99
    • Seamless Webhook Automation for Travel Accommodation Management

      This workflow enables travel agencies and accommodation providers to efficiently manage bookings and updates through webhook automation. By leveraging the power of N8N, this workflow connects various services and automates repetitive tasks, ensuri...

      n8n$7.01
    • Automated Image Generation Workflow for Travel Accommodations

      This workflow automates the process of generating images for travel accommodation listings using AI technology.

      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
    • 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.

    $14.99
  1. Automate Daily Weather Forecast Logging to Google Sheets

    Effortlessly automate the process of fetching daily weather forecasts and logging them into Google Sheets. Keep your data organized and up-to-date with this efficient workflow.

    Make$3.99
  2. Automated Zigbee Backup Scheduler for Enhanced Data Security

    This workflow automates the process of backing up Zigbee2MQTT data by scheduling a backup request and securely transferring the backup files via SFTP. By utilizing n8n's robust automation capabilities, users can ensure that their Zigbee configurat...

    n8n$10.5
  3. Backup n8n Credentials to GitHub Securely

    Automates exporting and backing up your n8n credentials to a GitHub repository, checking for existing files and updating or creating them as needed.

    n8n$12.99
  4. Send SMS Notification When Leaving Home

    Automatically send an SMS to a contact via Twilio when you trigger a 'Leaving Home' action in the Pushcut iOS app. Ideal for quick notifications during travel or daily routines.

    n8n$4.99
  5. Automated Job Posting Scheduler for Upwork via Slack

    This workflow automates the scheduling of job postings from Upwork and sends notifications via Slack.

    n8n$14.27
  6. Automate Your Weekly Habit Tracking with Habit Form Summary

    The Habit Form Weekly Summary workflow is designed to automate the process of tracking and summarizing habits on a weekly basis. By integrating with various tools and APIs, this workflow simplifies the collection of habit data, processes it, and p...

    n8n$18.97
  7. Transforming Emails into Podcasts

    Automates conversion of promotional emails into engaging audio podcasts using Gmail triggers and TTS for hands-free listening while driving or traveling.

    n8n$14.99
  8. WhatsApp AI Assistant with Gemini & Pinecone Memory

    Build an intelligent WhatsApp chatbot using Gemini AI for natural responses, Pinecone for conversation memory, and a knowledge base. Ideal for travel and logistics support with automated, personalized interactions.

    n8n$24.99
  9. Automate Multi-Site GA Reports with GPT to Email & Slack

    Automates daily Google Analytics reports from multiple websites, enriches with GPT insights, and delivers to email and Slack for effortless monitoring.

    n8n$24.99
  10. Analyze Sales Territory Performance with Bright Data & GPT-4o

    Automates weekly sales territory analysis by pulling CRM data, enriching with Bright Data market insights, and using GPT-4o for benchmarking. Delivers dashboards and Slack summaries for balanced growth.

    n8n$24.99
  11. Receive Real-Time Weather Updates on Your Device via Pushbullet

    Automatically receive current weather updates for a specified location directly on your device using Pushbullet.

    MakeFree
  12. AI-Powered Incident Assignment & NocoDB Kanban Reminders

    Automates incident request assignment using AI to refine priorities from NocoDB data and sends timed reminders via email/Slack for SLA compliance in support workflows.

    n8n$19.99
  13. Daily Weather Reports with OpenWeatherMap and Telegram Bot

    Get automated weather updates delivered directly to your Telegram chat at scheduled intervals. This workflow fetches current weather data from OpenWeatherMap and sends formatted weather reports via a Telegram bot. ## Use Cases - Daily morning weather briefings - Regular weather monitoring for outdoor activities - Automated weather alerts for specific locations - Personal weather assistant for travel planning ## Prerequisites Before setting up this workflow, ensure you have: - An OpenWeatherMap API account (free tier available) - A Telegram bot token - Your Telegram chat ID - An n8n instance (cloud or self-hosted) ## Setup Instructions ### Step 1: Create OpenWeatherMap Account 1. Go to [OpenWeatherMap](https://openweathermap.org/api) and sign up for a free account. 2. Navigate to the API keys section in your account. 3. Copy your API key (you'll need this for the workflow configuration). ### Step 2: Create Telegram Bot 1. Open Telegram and search for `@BotFather`. 2. Start a chat and use the `/newbot` command. 3. Follow the prompts to create your bot and get the bot token. 4. Save the bot token securely. ### Step 3: Get Your Telegram Chat ID 1. Start a conversation with your newly created bot. 2. Send any message to the bot. 3. Visit `https://api.telegram.org/bot<YourBotToken>/getUpdates` in your browser. 4. Look for your chat ID in the response (it will be a number like `123456789`). ### Step 4: Configure the Workflow 1. Import this workflow into your n8n instance. 2. Configure each node with your credentials: #### Schedule Trigger Node - Set your preferred schedule (default: daily at 8:00 AM). - Use cron expression format (e.g., `0 8 * * *` for 8 AM daily). #### Get Weather Node - Add your OpenWeatherMap credentials. - Update the `cityName` parameter to your desired location. - Format: `CityName,CountryCode` (e.g., `London,UK`). #### Send a text message Node - Add your Telegram bot credentials (bot token). - Replace `XXXXXXX` in the `chatId` field with your actual chat ID. ## Customization Options ### Location Settings In the Get Weather node, modify the `cityName` parameter to change the location. You can specify: - City name only: `Paris` - City with country: `Paris,FR` - City with state and country: `Miami,FL,US` ### Schedule Frequency In the Schedule Trigger node, adjust the cron expression: - Every 6 hours: `0 */6 * * *` - Twice daily (8 AM & 6 PM): `0 8,18 * * *` - Weekly on Mondays at 9 AM: `0 9 * * 1` ### Message Format In the Format Weather node, you can customize the message template by modifying the `message` variable in the function code. The current format includes: - Current temperature with feels like temperature - Min/max temperatures for the day - Weather description and precipitation - Wind speed and direction - Cloud coverage percentage - Sunrise and sunset times ### Language Support In the Get Weather node, change the `language` parameter to get weather descriptions in different languages: - English: `en` - Spanish: `es` - French: `fr` - German: `de` - Polish: `pl` ## Troubleshooting ### Common Issues **Weather data not updating:** - Verify your OpenWeatherMap API key is valid and active. - Check if you've exceeded your API rate limits. - Ensure the city name format is correct. **Messages not being sent:** - Confirm your Telegram bot token is correct. - Verify the chat ID is accurate (should be a number, not username). - Make sure you've started a conversation with your bot. **Workflow not triggering:** - Check if the workflow is activated (toggle switch should be ON). - Verify the cron expression syntax is correct. - Ensure your n8n instance is running continuously. ### Testing the Workflow 1. Use the Test workflow button to run manually. 2. Check each node's output for errors. 3. Verify the final message format in Telegram. ## Node Descriptions ### Schedule Trigger Automatically starts the workflow based on a cron schedule. Runs at specified intervals to fetch fresh weather data. ### Get Weather Connects to OpenWeatherMap API to retrieve current weather conditions for the specified location. ### Format Weather Processes the raw weather data and creates a user-friendly message with emojis and organized information. ### Send a text message Delivers the formatted weather report to your Telegram chat using the configured bot. ## Additional Features You can extend this workflow by: - Adding weather alerts for specific conditions (temperature thresholds, rain warnings). - Including weather forecasts for multiple days. - Sending reports to multiple chat recipients. - Adding location-based emoji selection. - Integrating with other notification channels (email, Slack, Discord). ## Security Notes - Keep your API keys and bot tokens secure. - Don't share your chat ID publicly. - Consider using n8n's credential system for storing sensitive information. - Regularly rotate your API keys for better security. Special thanks to Arkadiusz, the only person who supports me in n8n.

    n8n$9.99
  14. Generate & Send Spare Parts Price Quotes with Gmail, Sheets & Gemini AI

    Automates monitoring Gmail for spare parts requests, extracting details with AI, fetching prices from Google Sheets, generating multilingual HTML quotes, and sending personalized replies.

    n8n$24.99
  15. Send SMS via Mocean for Accommodation Notifications

    Simple n8n workflow to send SMS messages using the Mocean node. Trigger manually to dispatch notifications, ideal for travel booking confirmations.

    n8n$4.99
  16. Automate Gmail Email Categorization & AI Response Generation

    Intelligent Gmail workflow that monitors emails via webhook, categorizes them using GPT-4, generates smart responses, and sends notifications. Automates email management to save time and boost productivity.

    n8n$19.99
  17. AI Lead Generation Agent with Cold Email Automation

    Automates lead discovery via business scraping, email extraction with AI, storage in Sheets, personalized cold email generation, and sending via Gmail from a simple form.

    n8n$24.99
  18. Unique QR Code Coupon Assignment & Validation for SuiteCRM Leads

    Automates unique QR code coupon assignment to leads via form submissions and validates usage with SuiteCRM integration, preventing duplicates using Google Sheets.

    n8n$22.99
  19. Automate Ticket Creation from Notion to Linear for Travel Accommodations

    This workflow automates the process of creating Linear tickets based on content stored in Notion, specifically tailored for travel accommodations. By integrating Notion and Linear through n8n, users can efficiently manage their accommodation tasks...

    n8n$19.99
  20. Self-Documenting API Portal for n8n Webhooks with Bootstrap

    Automatically scans your n8n instance to generate a professional, interactive HTML documentation portal for webhook endpoints using Bootstrap.

    n8n$24.99
  21. High-Converting Sales Copy Generator: Hormozi, LangChain & Google Docs

    Transforms draft Google Docs into multiple sales pages using Hormozi's value-stacking, Maslow personas, and customer reviews for authentic VOC-driven copy.

    n8n$24.99
  22. ← PreviousPage 10 of 15Next →

    Related categories

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

    Need a custom travel workflow?

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

    Request a Custom Workflow