Development & IT Workflows
Software development and IT operations
Automate Travis CI Builds on GitHub Push or Pull Request
Automatically trigger a Travis CI build whenever code changes are pushed to a GitHub repository or a new pull request is opened, streamlining your CI/CD pipeline.
n8n$4.99Automate n8n Workflow Backups to Bitbucket
Efficiently automate the backup of your n8n workflows to Bitbucket, ensuring version control and easy recovery with minimal manual intervention.
n8n$9.99AI-Powered Product Research & Price Comparison with Google & OpenAI
Automates product research by generating AI-optimized Google searches from natural language descriptions, analyzes results for insights, and emails a summary report with links.
n8n$22.99Prevent Duplicate Processing with Redis Item State Tracking
Redis-based utility workflow that tracks item states to prevent duplicate processing in automated loops, ensuring reliable execution of client projects without data overlaps.
n8n$14.99Readable Workflow Export & Deployment Pipeline for Multi-Environment CI/CD
**This n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n.** ## Export workflows with readable names, tagged for different environments To ensure understandable workflow exports, ease of use in delivery pipelines, and a better developer experience, this workflow helps with exporting workflows. ## Inner workings - First, the workflow ensures that the directory structure for storing the workflows is correct. - Exports all workflows. - Next, it processes all workflow files and stores them with readable names. - Based on tags, it will also export to `dev` and `prod` folders for easy commit and usage in a delivery pipeline. ## Configuration No special setup is required for readable exporting. ## Usage Create a workflow and tag it with **Auto deploy to dev**. Run the workflow, this will create the needed folders and workflows with readable names. Commit these in your version control. Have a CI/CD pipeline build an n8n container. - See the attached Dockerfile. Check our **Auto Starter workflow** for auto-starting workflows after deployment. ## CI/CD Bonus: Attached are two nodes with some example configuration on building your own automated n8n deployment. - A Dockerfile, to get the new entrypoint and exported workflows packaged in the container. - An updated entrypoint to build your own container, import the workflows, and run the Auto Starter. Set the following environment variables: - `SARUP_WORKFLOWS_LOAD_LOCATION`: to specify the folder to import from and distinguish between environments. - `SARUP_WORKFLOW_ID`: the ID of the workflow to run after starting n8n. > **Note:** The Instance Started n8n trigger won't work, as all workflows are disabled upon import.
n8n$14.99Automate User CRUD Operations on Reqres.in API
This workflow demonstrates sequential HTTP requests to fetch, create, and update users on the Reqres.in test API, perfect for learning n8n's HTTP node.
n8n$5.99Automated Backup of Tagged n8n Workflows to GitLab
Automatically back up n8n workflows with specific tags to a GitLab repository, ensuring only new or modified workflows are committed.
n8n$14.99Automate Nightly n8n Workflow Backups to Dropbox
This workflow automates the nightly backup of all your n8n workflows to a specified Dropbox folder, ensuring data safety and easy retrieval. It organizes backups by moving previous backups to an archive folder and optionally purges older backups.
n8n$14.99Ghost CMS Members to Sendy Newsletter Sync with Telegram Alerts
Automates importing new Ghost CMS members to Sendy newsletters via webhook and sends Telegram notifications for registrations.
n8n$14.99AI Social Media Content Generator & Auto-Scheduler with GPT-4
Generates optimized posts for LinkedIn, Twitter, Instagram, Facebook & TikTok using GPT-4, with hashtags, posting times, tone customization & scheduling.
n8n$24.99Auto-Add Travel Time Blockers to Calendar via Google Directions API
Automatically inserts travel time blockers before calendar events with locations, using Google Directions API to calculate durations from home or prior events. Ensures you never arrive late by adding buffer time daily at 7 AM.
n8n$14.99Debug: Lightweight Node.js & Browser Debugging Utility
Integrates the 'debug' npm package for lightweight logging and debugging in Node.js and browser environments within n8n workflows.
n8n$6.99Automate n8n Workflow Backups to GitHub with Email and Telegram Alerts
Ensure your n8n workflows are safely backed up to GitHub and receive notifications via email or Telegram. This automation helps prevent data loss during updates or migrations.
n8n$14.99Backup Workflows to Git Repository on Gitea
#### **Overview** This workflow automates the backup of all workflows from your system to a **Git repository hosted on Gitea**. It runs on a **scheduled trigger**, fetching, encoding, and committing workflow data, ensuring seamless version control and disaster recovery. - **Quick Setup:** Just update three global variables and configure authentication—no manual exports needed! --- ### **How It Works (Quick Glance)** 1. **Scheduled Execution** — Runs automatically at defined intervals. 2. **Fetch Workflows** — Uses the API to retrieve all workflows. 3. **Process Workflows** — Converts workflow data into a **Git-friendly format**. 4. **Commit & Push to Git** — Saves workflows in a Gitea repository. --- ### **Setup Steps** (Takes ~5 min) #### **1. Set Global Variables** Go to the **Globals** section in the workflow and update: - **`repo.url`** — `https://your-gitea-instance.com` *(Replace with your actual Gitea URL)* - **`repo.name`** — `workflows` *(Repository name where backups will be stored)* - **`repo.owner`** — `octoleo` *(Gitea account that owns the repository)* - **These three variables define where the workflows are stored.** #### **2. Configure Gitea Authentication** - **Go to your Gitea account** — Generate a **Personal Access Token** - In the **credential manager**, create a **new Gitea token** with: - **Name:** `Authorization` - **Value:** `Bearer YOUR_PERSONAL_ACCESS_TOKEN` - **Ensure there is a space after `Bearer` before the token!** #### **3. Link Credentials to Git Nodes** Attach the Gitea credentials to these three Git nodes: - **GetGitea** — Retrieves existing repository data - **PutGitea** — Updates workflows - **PostGitea** — Adds new workflows #### **4. Link Credentials for API Requests** - **Add API authentication** in the node that fetches all workflows. #### **5. Test & Activate** - **Run the workflow manually** to confirm backups work. - Enable the **schedule trigger** for automation. - **The workflow automatically checks for changes before committing updates.** --- ### **Why Use This Workflow?** - **Automated Backups** — No manual exports needed. - **Version Control** — Easily track workflow changes. - **Simple Setup** — Just configure globals & credentials. - **Secure** — Uses token-based authentication. --- ### **Next Steps** - Have questions? **Reach out on the forum!**
n8n$14.99Automate Scripture Retrieval Using GetBible API
This workflow dynamically retrieves scriptures from the GetBible API based on structured JSON input, ideal for developers and applications requiring seamless scriptural content integration.
n8n$4.99Automate Airtable Base Backups to Amazon S3 with Slack Notifications
This workflow automates the process of backing up all tables from an Airtable base to Amazon S3 as CSV files, organizes them in a time-stamped folder, and sends a completion notification via Slack. It also includes a monthly pruning feature to delete backups older than four weeks.
n8n$14.99AI-Powered Telegram Bot for Data Extraction with Bright Data MCP
Telegram bot powered by AI that processes natural language queries to dynamically extract data using Bright Data MCP tools for seamless automation.
n8n$24.99Deploy Code to GitHub with Natural Language via Slack & Claude 3.5
## Github Deployer Agent ## Overview The Github Deployer Agent is an intelligent automation tool that integrates with Slack to streamline code deployment workflows. Powered by Anthropic's Claude 3.5 and Avily for web search, it enables seamless, context-aware file pushes to a GitHub repository with minimal user input. ## Capabilities - Accepts natural language via Slack - Automatically pushes code to a default GitHub repository - Uses Claude 3.5 for code generation and decision-making - Leverages Avily for real-time web search to enhance context - Supports folder structure hints to ensure clean and organized repositories ## Required Connections To operate correctly, the following integrations must be in place: - Slack API token with permission to read messages and post responses - GitHub Personal Access token with repo write permissions - Avily API Key for external search functionality - Claude 3.5 API Access via Anthropic Detailed configuration instructions are provided in the workflow. ## Example Input From Slack, you can send messages like: Generate a basic `README.md` for my Python project and store it in the root directory. ## Customizing This Workflow You can tailor the workflow by: - Modifying default folder paths or repository settings - Integrating Jira node to use issue keys as default folder naming - Adding Slack file upload option
n8n$14.99Automate n8n Workflow Backups to GitLab
Automatically retrieve and back up all workflows from an n8n instance to a GitLab repository, updating only when changes are detected.
n8n$14.99Auto-Start Tagged Workflows Using n8n API after Deployment
**Auto Starter** On importing workflows, these will not be auto-started, even if the old version was running. To fix this, we created this workflow that can be run after n8n starts. It fits in our auto-deploy pipeline and modified n8n container that will import workflows, start n8n, and start the tagged workflows. - Start this workflow after n8n starts. - It will get all workflows in the running n8n instance. - If the files have a tag **Auto start**, the workflow will be started. Check our **Export workflows with readable names** workflow for auto-starting workflows after deployment. **Configuration** - You need an **n8n API key** configured.
n8n$4.99Efficient Sticky Note Import via N8N Automation
This workflow automates the import of sticky notes using N8N, streamlining the process of managing notes and enhancing productivity. By leveraging a manual trigger, users can easily initiate the workflow to retrieve notes when needed. The integrat...
n8n$10.72AI Icebreaker Builder: Automate Lead Scraping and Storage
The AI Icebreaker Builder workflow automates the process of scraping websites for lead information using Dumpling AI and storing the collected data in Airtable. This workflow is designed for sales teams and marketers who wish to optimize their lea...
n8n$19.99Automate Hacker News Data Retrieval with Manual Trigger
This workflow allows users to manually trigger data retrieval from Hacker News for immediate insights.
n8n$19.6Automate Google Sheets to Google Drive Workflow for Screenshot Management
This workflow automates the process of taking screenshots from a website triggered by new rows added to Google Sheets.
n8n$8.06
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work