Business Operations & ERPs Workflows
Enterprise resource planning and operations
Automatically Delete Airtable Records Upon New Entry Detection
Streamline your Airtable database by automatically deleting records when new entries are detected, ensuring efficient data management.
MakeFreeAdd new Quaderno contacts to Mailchimp as a subscribers
Every time a new contact is created in Quaderno, Make will automatically add subscriber to your Mailchimp.
MakeFreeCreate ProofHub comments for new Judge.me reviews
Every time a new review appears in your Judge.me, Make will automatically create a comment in your ProofHub.
MakeFreeSync New Clients from Invoice Ninja to Everhour
Automatically create a new client in Everhour whenever a new client is added to Invoice Ninja. This workflow is designed for Everhour account administrators.
Make$3.99Upload Bulk Records from CSV - Airtable Interfaces
This workflow is a supporting automation to a common Airtable situation, that as of this writing, has no direct solution but has great demand. Interfaces are your secret weapon for managing a variety of tasks - from sales funnels and task tracking to creating dynamic dashboards. But here's a common situation: how do you efficiently bulk upload records (like contacts, leads, or clients) from an interface with just a click? Once set up, you'll be able to upload CSV files directly to your tables from the Interfaces with ease. Workflow Key Points: **1. Bulk Upload Functionality:** Say goodbye to the limitations of standard Airtable interfaces. Now, you can upload multiple leads or contacts simultaneously, making your work swift and efficient. **2. Customizable Fields:** Tailor the base to meet your specific data needs. This ensures seamless integration with your existing systems and simplifies data management. Perfect for teams in e-commerce, CRM, or any sector where managing a high volume of leads or contacts is key. Our Airtable Base is designed to eliminate the tediousness of importing contacts. It makes large-scale data management straightforward, saving you precious time and hassle. Get ready to streamline your operations and boost your productivity!
n8n$14.99Automatically Create Capsule CRM Tasks from New Cliengo Contacts
Streamline your workflow by automatically generating tasks in Capsule CRM whenever a new contact is added in Cliengo.
MakeFreeCreate an Atlassian Confluence Page from a Template
## How it works - Creates a new page in Confluence based on a page template also defined in Confluence. - Replaces any number of placeholders with data from your workflow. - Generic implementation for maximum flexibility. ## Set up steps - All parameters you need to change are defined in the Set node: - Set your Atlassian domain. - Set the template id you want to use as the basis for new pages. - Set the target space and parent page for new pages added based on that template. - [Explainer video](https://www.tella.tv/video/automate-confluence-page-creation-e994) has all the details. =) ## Feedback - Any feedback is welcome. - If you have ideas for improvements, let me know.
n8n$4.99AI Image Nudity Detection MCP Server with Moderation API
Exposes Image Moderation API as an MCP-compatible server for AI agents to detect nudity in images. Simplifies content moderation with zero-setup integration and native error handling.
n8n$14.99Create a New Issue in Jira
Unfortunately, I can't view or interact with images or files, so I'm unable to correct the description directly from the screenshot you mentioned. However, if you can provide the text from the description, I'd be happy to help correct it!
n8n$2.99Automate SatisMeter User Creation from New Xero Contacts
Automatically create SatisMeter users whenever new contacts are added in Xero, ensuring your customer feedback system is always up-to-date.
MakeFreeAutomate Row Filtering and Deletion in Google Sheets via Custom Webhooks
Streamline your data management by using custom webhooks to automatically filter and delete specific rows in Google Sheets, enhancing workflow efficiency.
Make$3.99Automatically Create Trello Cards for New SugarCRM 7 Products
Streamline your workflow by automatically generating Trello cards whenever a new product is added in SugarCRM 7.
MakeFreeAutomate Error Notifications for All Active Workflows
This workflow automatically attaches a default error handler to all active workflows, ensuring you receive notifications whenever an error occurs. It runs nightly, providing peace of mind without manual intervention.
n8n$9.99Automatically Sync New Files.com Users to Airtable
Effortlessly transfer new user data from Files.com to Airtable, ensuring your records are always up-to-date.
MakeFreeTransform Long Briefs into Clear Action Plans
Automates converting lengthy briefs from Google Drive into AI-generated summaries and action plans, with email approval and Slack notifications for team updates.
n8n$14.99Merge Multiple Runs into One
This is a workflow that might come in handy after using loops. They usually leave you with items spread across different runs. The Code node in this example workflow merges them into a single run, so you have a single list of items which is often easier to work with. Simply adjust the node name inside the Code node as needed. The idea is based on [this](https://n8n.io/workflows/1160-merge-data-for-multiple-executions/) older workflow template.
n8n$4.99Automate Status Hero Activity Creation from New Google Sheets Rows
Automatically create a status activity in Status Hero whenever a new row is added to a specified Google Sheets spreadsheet. This integration streamlines team updates by leveraging data directly from your spreadsheet.
Make$2.99Daily Hacker News Tech Vocabulary to SMS or Airtable
Automates fetching top Hacker News articles daily, extracting unique tech words from titles, and sending vocabulary via SMS (Vonage) or storing in Airtable for learning.
n8n$12.99Auto-Retry Engine: Error Recovery Workflow
# Workflow Documentation: Auto-Retry Engine - Error Recovery Workflow ## Detailed Description The **Auto-Retry Engine: Error Recovery Workflow** is designed to automate the process of identifying and retrying failed executions in **n8n** workflows. By leveraging scheduled triggers, API integrations, and conditional logic, this workflow ensures that any failed executions are automatically retried on an **hourly basis**. This reduces manual intervention, improves system reliability, and ensures smoother workflow operations. ## Who is this for? This workflow is ideal for: - **Automation Engineers**: Managing and maintaining workflows with minimal manual intervention. - **DevOps Teams**: Ensuring high availability and reliability of automated processes. - **IT Administrators**: Reducing downtime and improving system performance by automating error recovery. ## What problem does this workflow solve? - **Manual Error Handling**: Eliminates the need for manual monitoring and retrying of failed executions. - **Improved Reliability**: Automatically retries failed executions, reducing downtime and improving workflow success rates. - **Time Efficiency**: Saves time by automating repetitive error recovery tasks, allowing teams to focus on higher-priority work. ## What this workflow does This workflow automates the following steps: 1. **Scheduled Monitoring**: Checks for failed executions hourly using a schedule trigger. 2. **Error Filtering**: Identifies executions that have failed and filters out those that have already been successfully retried. 3. **Authentication**: Logs into the n8n instance using API credentials to retrieve session details. 4. **Automatic Retry**: Retries the failed executions using the n8n API. 5. **Batch Processing**: Processes multiple failed executions in batches to avoid overloading the system. ## Setup ### Prerequisites To use this workflow, you'll need: - **n8n Account**: To create and run the workflow. - **n8n API Credentials**: For logging into the n8n instance and retrying executions. - **HTTP Request Node**: Configured to interact with the n8n API. - **Schedule Trigger**: Set to run the workflow hourly. ### Setup Process 1. **Configure Schedule Trigger** - Set the trigger to run hourly to check for failed executions. 2. **Set Login Credentials** - Add your n8n instance URL, username, and password in the Set Node. 3. **Integrate n8n API** - Use the HTTP Request node to log into the n8n instance and retrieve session details. 4. **Retry Failed Executions** - Configure the HTTP Request node to retry failed executions using the session details. 5. **Batch Processing** - Use the Split in Batches node to process multiple failed executions in batches. ## How to customize this workflow Tailor the workflow to fit your specific needs: - **Adjust Schedule Frequency** - Modify the schedule trigger to run at different intervals (e.g., every 30 minutes). - **Add Notifications** - Integrate email or Slack notifications to alert teams about failed retries. - **Refine Error Filtering** - Customize the filtering logic to exclude specific types of failed executions. - **Scale Batch Size** - Adjust the batch size in the Split in Batches node to optimize performance. ## Conclusion The **Auto-Retry Engine: Error Recovery Workflow** is a powerful tool for automating error recovery in **n8n** workflows. By reducing manual intervention and ensuring failed executions are retried automatically, this workflow enhances **system reliability** and **operational efficiency**. Whether you're managing a few workflows or a complex automation ecosystem, this workflow ensures your processes run **smoothly** and **consistently**.
n8n$9.99Automate Contact Creation in Macanta from Dux-Soup Webhooks
Automatically create new contacts in Macanta whenever a webhook is received from Dux-Soup, streamlining your contact management process.
MakeFreeSync New ActiveCampaign Contacts to Sonar as Customers
Automatically add new contacts from ActiveCampaign to Sonar as customers, ensuring seamless data integration.
MakeFreeAutomate Task Creation in Streak from Acuity Scheduling Appointments
Automatically generate tasks in Streak whenever a new appointment is scheduled in Acuity Scheduling, streamlining your workflow and ensuring no task is missed.
Make$3.99Automate Incident Acknowledgment and Notification in PagerDuty and Mattermost
This workflow automates the process of acknowledging incidents in PagerDuty and notifying the relevant channel in Mattermost when an incident is acknowledged.
n8n$3.99Automatically Add New Airtable Records as Actions in Focuster
This workflow automates the process of creating new actions in Focuster whenever a new record is added to Airtable, streamlining task management and ensuring nothing falls through the cracks.
Make$2.99
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work