mirror of
https://github.com/Zie619/n8n-workflows.git
synced 2025-11-25 03:15:25 +08:00
* ok ok * Refactor README for better structure and readability Updated README to improve formatting and clarity. * Initial plan * Initial plan * Initial plan * Initial plan * Comprehensive deployment infrastructure implementation Co-authored-by: sahiixx <221578902+sahiixx@users.noreply.github.com> * Add comprehensive deployment infrastructure - Docker, K8s, CI/CD, scripts Co-authored-by: sahiixx <221578902+sahiixx@users.noreply.github.com> * Add files via upload * Complete deployment implementation - tested and working production deployment Co-authored-by: sahiixx <221578902+sahiixx@users.noreply.github.com> * Revert "Implement comprehensive deployment infrastructure for n8n-workflows documentation system" * Update docker-compose.prod.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update scripts/health-check.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: dopeuni444 <sahiixofficial@wgmail.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
11526 lines
408 KiB
HTML
11526 lines
408 KiB
HTML
|
||
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>n8n Workflow Monitor Dashboard</title>
|
||
<style>
|
||
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0; padding: 20px; background: #f5f5f5; }
|
||
.container { max-width: 1200px; margin: 0 auto; }
|
||
.header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; border-radius: 10px; margin-bottom: 30px; text-align: center; }
|
||
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 30px; }
|
||
.stat-card { background: white; padding: 20px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); text-align: center; }
|
||
.stat-number { font-size: 2.5em; font-weight: bold; margin-bottom: 10px; }
|
||
.healthy { color: #4CAF50; }
|
||
.warning { color: #FF9800; }
|
||
.critical { color: #F44336; }
|
||
.total { color: #2196F3; }
|
||
.workflow-list { background: white; border-radius: 10px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
|
||
.workflow-item { padding: 15px; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; }
|
||
.workflow-item:last-child { border-bottom: none; }
|
||
.status-badge { padding: 5px 15px; border-radius: 20px; color: white; font-size: 0.9em; }
|
||
.status-healthy { background: #4CAF50; }
|
||
.status-warning { background: #FF9800; }
|
||
.status-critical { background: #F44336; }
|
||
.recommendations { background: #fff3cd; border: 1px solid #ffeaa7; border-radius: 10px; padding: 20px; margin-top: 20px; }
|
||
.recommendations h3 { color: #856404; margin-top: 0; }
|
||
.recommendations ul { color: #856404; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<div class="header">
|
||
<h1>🔧 n8n Workflow Monitor Dashboard</h1>
|
||
<p>Last updated: 2025-09-29T06:49:53.833326</p>
|
||
</div>
|
||
|
||
<div class="stats">
|
||
<div class="stat-card">
|
||
<div class="stat-number total">2057</div>
|
||
<div>Total Workflows</div>
|
||
</div>
|
||
<div class="stat-card">
|
||
<div class="stat-number healthy">2057</div>
|
||
<div>Healthy</div>
|
||
</div>
|
||
<div class="stat-card">
|
||
<div class="stat-number warning">0</div>
|
||
<div>Warnings</div>
|
||
</div>
|
||
<div class="stat-card">
|
||
<div class="stat-number critical">0</div>
|
||
<div>Critical</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-list">
|
||
<h2>📊 Workflow Health Status</h2>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when a new account is added by an admin in ActiveCampaign</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Acuityschedulingtrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when a new list is created in Affinity</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Stickynote Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegramtrigger Workflow</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Lmchatopenai Workflow</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Klicktipp Workflow</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Set Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Executeworkflowtrigger Workflow</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Gmailtrigger Workflow</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Openaiassistant Workflow</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>DSP Agent</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Dsp agent</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Email Summary Agent</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Ahrefs Keyword Research Workflow</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Chattrigger Workflow</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1120_Airtable_Mindee_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Daily Language Learning</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Airtable Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Social Media Caption Creator</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Airtop Web Agent</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive messages for an ActiveMQ queue via AMQP Trigger</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1224_Apitemplateio_Typeform_Automation_Triggered</strong>
|
||
<br><small>Complexity Score: 96</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>If Workflow</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when an event occurs in Asana</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1223_Asana_Webhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>POC - Chatbot Order by Sheet Data</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Function Workflow</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Unnamed Workflow</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Autopilot Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Autopilottrigger Workflow</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0150_Awsrekognition_GoogleSheets_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Googlesheets Workflow</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Googledrivetrigger Workflow</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Manualtrigger Workflow</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Awssnstrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Awstextract Workflow</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Formtrigger Workflow</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Baserow markdown to html</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Add a datapoint to Beeminder when new activity is added to Strava</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Bitbuckettrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Agent Workflow</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Bitwarden Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Boxtrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>CalcsLive Demo Workflow Template</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Calendlytrigger Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Notion Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates for events in Chargebee</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates for events in ClickUp</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Notiontrigger Workflow</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Respondtowebhook Workflow</strong>
|
||
<br><small>Complexity Score: 30</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Syncro to Clockify</strong>
|
||
<br><small>Complexity Score: 96</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Clockifytrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Add new clients from Notion to Clockify</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Code Workflow</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Zendesk Workflow</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Readpdf Workflow</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Openai Workflow</strong>
|
||
<br><small>Complexity Score: 32</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Postgrestrigger Workflow</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Scheduletrigger Workflow</strong>
|
||
<br><small>Complexity Score: 8</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>[1/3 - anomaly detection] [1/2 - KNN classification] Batch upload dataset to Qdrant (crops dataset)</strong>
|
||
<br><small>Complexity Score: 2</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>xSend and check TTS (Text-to-speech) voice calls end email verification</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Webhook Workflow</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Pipedrive Workflow</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Googledrive Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Itemlists Workflow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Splitinbatches Workflow</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>[n8n] YouTube Channel Advanced RSS Feeds Generator</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Httprequest Workflow</strong>
|
||
<br><small>Complexity Score: 16</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Slack Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Ftp Workflow</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Backup workflows to git repository</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Switch Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Memorybufferwindow Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Stravatrigger Workflow</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Ssh Workflow</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Luma AI Dream Machine - Simple v1 - AK</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automatically Update YouTube Video Descriptions with Inserted Text</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>mails2notion V2</strong>
|
||
<br><small>Complexity Score: 6</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Informationextractor Workflow</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Analyze_email_headers_for_IPs_and_spoofing__3</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Page Entity Extraction Template</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>YouTube to Airtable Anonym</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive_and_analyze_emails_with_rules_in_Sublime_Security</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Publish Videos & Images - Blotato</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Complete Youtube</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI-Powered Information Monitoring with OpenAI, Google Sheets, Jina AI and Slack</strong>
|
||
<br><small>Complexity Score: 10</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Podcast Digest</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Code Review workflow</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Amazon Ads AI Optimization</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🎥 Analyze YouTube Video for Summaries, Transcripts & Content + Google Gemini AI</strong>
|
||
<br><small>Complexity Score: 2</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🧹 Archive (delete) duplicate items from a Notion database</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Blog Automation TEMPLATE</strong>
|
||
<br><small>Complexity Score: 2</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automate Pinterest Analysis & AI-Powered Content Suggestions With Pinterest API</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Bitrix24 Task Form Widget Application Workflow example with Webhook Integration</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Chat with Google Sheet</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Workflow stats</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>LinkedIn Web Scraping with Bright Data MCP Server & Google Gemini</strong>
|
||
<br><small>Complexity Score: 32</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Backup workflows to git repository on Gitea</strong>
|
||
<br><small>Complexity Score: 30</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>piepdrive-test</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>My workflow 2</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>INSEE Enrichment for Agile CRM</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>YouTube Video Analyzer with AI</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>My workflow 4</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>puq-docker-minio-deploy</strong>
|
||
<br><small>Complexity Score: 4</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Dynamically create tables in Airtable for your Webflow form submissions</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Convert image from jpg/png to webp</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Youtube Discord Bot</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Matomo Analytics Report</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Form with Dynamic Dropdown Field</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>UTM Link Creator & QR Code Generator with Scheduled Google Analytics Reports</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>News Extraction</strong>
|
||
<br><small>Complexity Score: 2</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Spot Workplace Discrimination Patterns with AI</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>SERPBear analytics template</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Umami analytics template</strong>
|
||
<br><small>Complexity Score: 20</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Workflow dashboard with mermaid.js</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Todoist Weekly Review Template</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Docsify example</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Auto Knowledge Base Article Generator</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Monitor Competitor Pricing</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automated Image Metadata Tagging</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Colombian Invoices Processing</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>(G) LineChatBot + Google Sheets (as a memory)</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Tiktok Downloader</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Inverview Scheduler</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>n8n workflow deployer</strong>
|
||
<br><small>Complexity Score: 20</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>puq-docker-influxdb-deploy</strong>
|
||
<br><small>Complexity Score: 4</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>My workflow 3</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send Discord message from Webflow form submission</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>puq-docker-n8n-deploy</strong>
|
||
<br><small>Complexity Score: 2</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>PUQ Docker NextCloud deploy</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Tech Radar</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>📄🛠️PDF2Blog</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OCR receipts from Google Drive</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Backup Squarespace code Injections to Github</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Streamline data from an n8n form into Google Sheet and Airtable</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Calculate the Centroid of a Set of Vectors</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AutoClip – Automatically Generate Video Clips and Upload to YouTube</strong>
|
||
<br><small>Complexity Score: 8</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>YT New Video Upload</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>My workflow</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Drive Automation</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Lead Qualification with BatchData</strong>
|
||
<br><small>Complexity Score: 30</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Line Save File to Google Drive and Log File's URL</strong>
|
||
<br><small>Complexity Score: 2</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send Slack message from Webflow form submission</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>puq-docker-immich-deploy</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Zip multiple files</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Credentials Transfer</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automated Work Attendance with Location Triggers</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Import multiple Manufacturers from Google Sheets to Shopware 6</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Addon for Workflow Nodes Update Check Template</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Use XMLRPC via HttpRequest-node to post on Wordpress.com</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI-Powered WhatsApp Chatbot for Text, Voice, Images & PDFs</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OIDC client workflow</strong>
|
||
<br><small>Complexity Score: 24</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Update Crypto Values</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Comparedatasets Workflow</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>SQL agent with memory</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when a subscriber is added through a form in ConvertKit</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>n8n Graphic Design Team</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Coppertrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Email</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Postgres Data Ingestion</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0042_Crypto_Airtable_Update_Webhook</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0164_Crypto_Webhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when a subscriber unsubscribes in Customer.io</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Cron Workflow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0159_Datetime_Functionitem_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Datetime Workflow</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Cal to Zoom meeting</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Two Way Sync Pipedrive and MySQL</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI-Generated Summary Block for WordPress Posts - with OpenAI, WordPress, Google Sheets & Slack</strong>
|
||
<br><small>Complexity Score: 4</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Parse DMARC reports</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Intelligent Web Query and Semantic Re-Ranking Flow</strong>
|
||
<br><small>Complexity Score: 16</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Daylight Saving Time Notification</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Testing Mulitple Local LLM with LM Studio</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Build your first AI MCP Server</strong>
|
||
<br><small>Complexity Score: 12</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Deep Research Report Generation Using Open Router, Google Search, Webhook/Telegram and Notion</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Pyragogy AI Village - Orchestrazione Master (Architettura Profonda V2)</strong>
|
||
<br><small>Complexity Score: 30</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>cheems</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Discord Agent</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Discord MCP Server</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Workflow management</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Emailreadimap Workflow</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Email AI Auto-responder. Summerize and send email</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Email processing autoresponder with approval (Yes/No)</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Effortless Email Management with AI</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Property Lead Contact Enrichment from CRM</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Emelia Workflow</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Mondaycom Workflow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Errortrigger Workflow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Error Alert and Summarizer</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send an SMS when a workflow fails</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>google drive to instagram, tiktok and youtube</strong>
|
||
<br><small>Complexity Score: 28</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>template in store</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Log errors and avoid sending too many emails</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>n8n Error Report to Line</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Error Handler send Telegram</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>CV Evaluation - Error Handling</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Eventbritetrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Steam + CF Report</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Executecommand Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Localfiletrigger Workflow</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Workflow Results to Markdown Notes in Your Obsidian Vault, via Google Drive</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🤖Contact Agent</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🤖Content Creator Agent</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Format US Phone Number</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>ClockifyBlockiaWorkflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Luma AI - Webhook Response v1 - AK</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Whatsapptrigger Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extractfromfile Workflow</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>RAG AI Agent with Milvus and Cohere</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>HR-focused automation pipeline with AI</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extract text from PDF and image using Vertex AI (Gemini) into CSV</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Generate SQL queries from schema only - AI-powered</strong>
|
||
<br><small>Complexity Score: 26</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>HR Job Posting and Evaluation with AI</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automated Resume Review System Using OpenAI + Google Sheets</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>youtube chapter generator</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Attachments Gmail to drive and google sheets</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive a Mattermost message when a user updates their profile on Facebook</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automate Figma Versioning and Jira Updates with n8n Webhook Integration</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Lineartrigger Workflow</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Filter Workflow</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Googlesheetstool Workflow</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Store Notion's Pages as Vector Documents into Supabase with OpenAI</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Import CSV from URL to GoogleSheet</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Prod: Notion to Vector Store - Dimension 768</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Weekly_Shodan_Query___Report_Accidents__no_function_node_</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Monitor_security_advisories</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Generate AI-Ready llms.txt Files from Screaming Frog Website Crawls</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>ProspectLens company research</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates for specified tasks in Flow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Dynamic credentials using expressions</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Form Workflow</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Brightdata Workflow</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Hubspot Workflow</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Simple OpenAI Image Generator</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Image to license plate number</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>DigialOceanUpload</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI CV Screening Workflow</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Contact Form Text Classifier for eCommerce</strong>
|
||
<br><small>Complexity Score: 24</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automated Form Submission Data Storage in Airtable</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>SEO Blog Generator with GPT-4o, Perplexity, and Telegram Integration</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Youtube Video Transcript Extraction</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🤓 Conversion Rate Optimizer</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🤖 On-Page SEO Audit</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automate Your Customer Service With WhatsApp Business Cloud & Asana</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Post on X</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Social Media Publisher</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>screenshot</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0068_Functionitem_Manual_Import_Scheduled</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0146_Functionitem_Telegram_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>extract_swifts</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Stripe Workflow</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Pipedrivetrigger Workflow</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Functionitem Workflow</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Noop Workflow</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Example - Backup n8n to Nextcloud</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>YouTube to Raindrop</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1157_Functionitem_Executecommand_Update_Webhook</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Github Workflow</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Githubtrigger Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extranet Releases</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1149_GitHub_Manual_Create_Scheduled</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>[OPS] Restore workflows from GitHub to n8n</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Gitlabtrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>GitLab MR Auto-Review & Risk Assessment</strong>
|
||
<br><small>Complexity Score: 32</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Gmail Workflow</strong>
|
||
<br><small>Complexity Score: 2</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Outputparserstructured Workflow</strong>
|
||
<br><small>Complexity Score: 30</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Gmail AI auto-responder: create draft replies to incoming emails</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Save New Sales Opportunities</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>(G) - Email Classification</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>DeepSeek v3.1</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Gmail MCP Server</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🤖Email Agent</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>MCP_GMAIL</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automate Google Analytics Reporting - AlexK1919</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google analytics template</strong>
|
||
<br><small>Complexity Score: 14</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Typeformtrigger Workflow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automate Event Creation in Google Calendar from Google Sheets</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Build a Chatbot, Voice Agent and Phone Agent with Voiceflow, Google Calendar and RAG</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Generate google meet links in slack</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Calendar_scheduling</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Build an MCP Server with Google Calendar</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Agent : Google calendar assistant using OpenAI</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🤖Calendar Agent</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>MCP_CALENDAR</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Reservation Medcin</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send Daily Birthday Reminders from Google Contacts to Slack</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Generate Exam Questions</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>RAG Workflow For Stock Earnings Report Analysis</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Agent - Cv Resume - Automated Screening , Sorting , Rating and Tracker System</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Doc Summarizer to Google Sheets</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Fetch the Most Recent Document from Google Drive</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>typeform feedback workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0035_GoogleSheets_Webhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 96</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0237_GoogleSheets_Spreadsheetfile_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0238_GoogleSheets_Respondtowebhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Googlesheetstrigger Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0496_GoogleSheets_Webhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 96</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Save Telegram reply to journal spreadsheet</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Moving metrics from Google Sheets to Orbit</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extract expenses from emails and add to Google Sheet</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI agent: expense tracker in Google Sheets and n8n chat</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Add new incoming emails to a Google Sheets spreadsheet as a new row.</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>WordPress Contact Form (CF7) Responses and Classification</strong>
|
||
<br><small>Complexity Score: 24</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Customer and Sales Support</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>DSP Certificate w/ Google Forms</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create Custom Presentations per Lead</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>📦 New Email ➔ Create Google Task</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>agente</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Gotowebinar Workflow</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0461_Graphql_Webhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when a sale is made in Gumroad</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when a customer is created in HelpScout</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send updates about the position of the ISS every minute to a topic in ActiveMQ</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0021_HTTP_Awssqs_Automation_Scheduled</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0023_HTTP_Googlebigquery_Automation_Scheduled</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0033_HTTP_Mqtt_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0048_HTTP_Htmlextract_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Syncro Alert to OpsGenie</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>What To Eat</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0093_HTTP_GitHub_Create_Scheduled</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates for the position of the ISS every minute and push it to a database</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0139_HTTP_Mysql_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0143_HTTP_Gitlab_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0144_HTTP_Twitter_Automation_Scheduled</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0153_HTTP_Dropbox_Update_Webhook</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Mattermost Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0156_HTTP_Awsrekognition_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0162_HTTP_Telegram_Send_Webhook</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0223_HTTP_GoogleSheets_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0224_HTTP_GoogleSheets_Send_Webhook</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send updates about the position of the ISS every minute to a topic in RabbitMQ</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create Nextcloud Deck card from email</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Dialpad to Syncro</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>ImapEmail, XmlToJson, POST-HTTP-Request</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Website check</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>BillBot</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Html Workflow</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0494_HTTP_Htmlextract_Send_Webhook</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Splitout Workflow</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Transform Image to Lego Style Using Line and Dall-E</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Streamline Your Zoom Meetings with Secure, Automated Stripe Payments</strong>
|
||
<br><small>Complexity Score: 32</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Daily Text Affirmations</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>post to mattermost v2</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>N8N Español - NocodeBot</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AccountCraft WhatsApp Automation - Infridet</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automated PDF to HTML Conversion</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Clockify to Syncro</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Daily poems in Telegram</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0937_HTTP_Editimage_Update_Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>NameCheap Dynamic DNS (DDNS)</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0952_HTTP_Medium_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0955_HTTP_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 98</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0956_HTTP_Readbinaryfile_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 96</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Cocktail Recipe Sharing</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0966_HTTP_Discord_Import_Scheduled</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Daily AI News Translation & Summary with GPT-4 and Telegram Delivery</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Expense Tracker App</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send a cocktail recipe every day via a Telegram</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates from Telegram and send an image of a cocktail</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Syncro Status Update Clockify</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Perplexity Researcher</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Dashboard</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Remote IOT Sensor monitoring via MQTT and InfluxDB</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automating Betting Data Retrieval with TheOddsAPI and Airtable</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Agent with charts capabilities using OpenAI Structured Output</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>get_a_web_page</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OpenAI ImageGen1 Template</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1171_HTTP_Cron_Automation_Scheduled</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1187_HTTP_Dropbox_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1192_HTTP_Timescaledb_Automation_Scheduled</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send updates about the position of the ISS every minute to a topic in Kafka</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1233_HTTP_Deepl_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 96</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Agent with custom HTTP Request</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Analyze Screenshots with AI</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>[3/3] Anomaly detection tool (crops dataset)</strong>
|
||
<br><small>Complexity Score: 28</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Weather via Slack</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Bitrix24 Chatbot Application Workflow example with Webhook Integration</strong>
|
||
<br><small>Complexity Score: 18</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>💥workflow n8n d'Auto-Post sur les réseaux sociaux - vide</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Scans von PDF zu Nextcloud</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>URL Pinger</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Optimise images uploaded to GDrive</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI-Powered Research with Jina AI Deep Search</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send TTS (Text-to-speech) voice calls</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🐋DeepSeek V3 Chat & R1 Reasoning Quick Start</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>YouTube Video Transcriber</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>💥🛠️Automate Blog Content Creation with GPT-4, Perplexity & WordPress</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>LINE Assistant with Google Calendar and Gmail Integration</strong>
|
||
<br><small>Complexity Score: 32</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>✨📊Multi-AI Agent Chatbot for Postgres/Supabase DB and QuickCharts + Tool Router</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Open Deep Research - AI-Powered Autonomous Research Workflow</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automated Daily Weather Data Fetcher and Storage</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AirQuality Scheduler</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Summarize emails with A.I. then send to messenger</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🔍🛠️ Tavily Search & Extract - Template</strong>
|
||
<br><small>Complexity Score: 26</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>NeurochainAI Basic API Integration</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegram Tron Wallet Blacklist Checker</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Push Multiple Files to Github Repo via Github REST API</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Gratitude Jar Reminder</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1654_HTTP_Telegram_Send_Webhook</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegram AI Langchain bot</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Convert Parquet, Avro, ORC & Feather via ParquetReader to JSON</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>[2/2] KNN classifier (lands dataset)</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Stripe Payment Order Sync – Auto Retrieve Customer & Product Purchased</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>line message api demo</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>GROQ LLAVA V1.5 7B</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Line_Chatbot_Extract_Text_from_Pay_Slip_with_Gemini</strong>
|
||
<br><small>Complexity Score: 22</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Connect Airtable Contacts to telli for Automated AI Voice Call Scheduling</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Chatbot AI</strong>
|
||
<br><small>Complexity Score: 32</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>getBible Query v1.0</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🎥 Gemini AI Video Analysis</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get PDF with JSReport</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Chinese Translator</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Maps FULL</strong>
|
||
<br><small>Complexity Score: 30</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>upload-post images</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>React to PDFMonkey Callback</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Search news using Perplexity AI and post to X (Twitter)</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Line Chatbot Handling AI Responses with Groq and Llama3</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Clearbit Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Hubspottrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Email form</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Smart Factory Data Generator</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Invoiceninjatrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Jiratrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Sync Jira issues with subsequent comments to Notion database</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Jotformtrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Keaptrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Lemlist Workflow</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Markdown Workflow</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Microsoftoutlooktrigger Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extract And Decode Google News RSS URLs to Clean Article Links</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>⚡AI-Powered YouTube Playlist & Video Summarization and Analysis v2</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Voice Chat using Webhook, Memory Manager, OpenAI, Google Gemini & ElevenLabs</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Linkedin Chrome Extensions</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>RAG on living data</strong>
|
||
<br><small>Complexity Score: 22</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Scrape Trustpilot Reviews with DeepSeek, Analyze Sentiment with OpenAI</strong>
|
||
<br><small>Complexity Score: 28</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Github Releases</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Selenium Ultimate Scraper Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🔥📈🤖 AI Agent for n8n Creators Leaderboard - Find Popular Workflows</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🔥📈🤖 AI Agent for n8n Creators Leaderboard - Find Popular Workflows</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Hacker News to Video Template - AlexK1919</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Social Media AI Agent - Telegram</strong>
|
||
<br><small>Complexity Score: 22</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automate LinkedIn Posts with AI</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>✨🩷Automated Social Media Content Publishing Factory + System Prompt Composition</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Social Media Publisher from WordPress</strong>
|
||
<br><small>Complexity Score: 24</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Notion to Linkedin</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Training Feedback Automation</strong>
|
||
<br><small>Complexity Score: 4</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Linkedin Automation</strong>
|
||
<br><small>Complexity Score: 30</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create entry in Mailchimp from Airtable</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Mailchimptrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Gumroad sale trigger</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Mailjettrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Forward Netflix emails to multiple email addresses with GMail and Mailjet</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Complete Guide to Setting Up and Generating TOTP Codes in n8n 🔐</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>New tweets</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a new task in Todoist</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Loading data into a spreadsheet</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Insert data into a new row for a table in Coda</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a new customer in Chargebee</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>verify email</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Look up a person using their email in Clearbit</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>location_by_ip</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a new member, update the information of the member, create a note and a post for the membe...</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a task in ClickUp</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Filemaker Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get a volume and add it to your bookshelf</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get SSL Certificate</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get all the stories starting with `release` and publish them</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Standup Bot - Initialize</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get Company by Name</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Standup Bot - Read Config</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create an deal in Pipedrive</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get DNS entries</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Standup Bot - Override Config</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Verify phone numbers</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0074_Manual_HTTP_Monitor_Webhook</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get all the contacts from GetResponse and update them</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Calendar to Slack Status & Philips Hue</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update, and get an entry in Strapi</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get details of a forum in Disqus</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a client in Harvest</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Track an event in Segment</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a ticket in Zendesk</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0102_Manual_HTTP_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a contact in Drift</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send a private message on Zulip</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update, and get a profile in Humantic AI</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a user profile in Vero</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a company in Salesmate</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get information about a company with UpLead</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Find a New Book</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get all the tasks in Flow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0128_Manual_N8Ntrainingcustomerdatastore_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0131_Manual_Start_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0137_Manual_Editimage_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get today's date and day using the Function node</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Assign values to variables using the Set node</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Translate cocktail instructions using LingvaNex</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Add a subscriber to a list and create and send a campaign</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0181_Manual_HTTP_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update and get records in Quick Base</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0191_Manual_Slack_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get synonyms of a German word</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update, and get an incident on PagerDuty</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update and get a case in TheHive</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Bubble Data Access</strong>
|
||
<br><small>Complexity Score: 96</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Tools / Backup Gitlab</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Analyze a URL and get the job details using the Cortex node</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Write a file to the host machine</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a table and insert data into it</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0206_Manual_Stickynote_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a channel, invite users to the channel, post a message, and upload a file</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update and get a user from Iterable</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a short URL and get the statistics of the URL</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0213_Manual_Markdown_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0214_Manual_Markdown_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Very quick quickstart</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update, and get a post in Ghost</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Insert and update data in Airtable</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a table, and insert and update data in the table in Snowflake</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create and update a channel, and send a message on Twist</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get messages with a certain label, remove the label, and add a new one</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get the logo, icon, and information of a company and store it in Airtable</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a channel, add a member, and post a message to the channel</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update, and get a document in Google Cloud Firestore</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update and get a product from WooCommerce</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update, and get a subscriber using the e-goi node</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a screenshot of a website and send it to a telegram channel</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, add an attachment, and send a draft using the Microsoft Outlook node</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Snowflake CSV</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Structured Data Extract, Data Mining with Bright Data & Google Gemini</strong>
|
||
<br><small>Complexity Score: 16</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Capture Website Screenshots with Bright Data Web Unlocker and Save to Disk</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Add a event to Calender</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Add text to an image downloaded from the internet</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Sheet to Mailchimp</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send SMS to numbers stored in Airtable with Twilio</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send a message on Twake</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>TwitterWorkflow</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Wordpress-to-csv</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Store the output of a phantom in Airtable</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get analytics of a website and store it Airtable</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update and get a contact using the SendGrid node</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update and get a contact in Google Contacts</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update, and get a user using the G Suite Admin node</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Upload video, create playlist and add video to playlist</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>TOTP VALIDATION (WITHOUT CREATING CREDENTIAL)</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Zendesk-to-slack</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Add subscriber to form, create tag and subscriber to the tag</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a release and get all releases</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Generate Image Workflow</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>N8N Español - Ejemplos</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Add task to tasklist</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Discord Intro</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when a subscriber is added to a group and strore the information in Airtable</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a customer and add them to a segment in Customer.io</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Email body parser by aprenden8n.com</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Quickchart Workflow</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Html2Pdf Workflow</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>N8N Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>PostgreSQL export to CSV</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create AI-Ready Vector Datasets for LLMs with Bright Data, Gemini & Pinecone</strong>
|
||
<br><small>Complexity Score: 20</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Mailchimp</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>XML Conversion</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>A workflow with the Twilio node</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0954_Manual_Htmlextract_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Zammad Open Tickets</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>post to wallabag</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send an SMS using MSG91</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0987_Manual_Facebookgraphapi_Automation_Triggered</strong>
|
||
<br><small>Complexity Score: 96</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Trigger a build using the TravisCI node</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a coupon on Paddle</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>CFP Selection 2</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Convert the JSON data received from the CocktailDB API in XML</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1040_Manual_Editimage_Update_Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Turn on a light and set its brightness</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send an SMS using the Mocean node</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Append, lookup, update, and read data from a Google Sheets spreadsheet</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1074_Manual_HTTP_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a post and update the post in WordPress</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>n8n_mysql_purge_history_greater_than_10_days</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1078_Manual_Dropbox_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1080_Manual_HTTP_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Upload a file and get a list of all the files in a bucket</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Store the data received from the CocktailDB API in JSON</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1093_Manual_Ftp_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1096_Manual_Linkedin_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update, and get an issue on Taiga</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Prepare CSV files with GPT-4</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Text to Speech (OpenAI)</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Read RSS feed from two different sources</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a project, tag, and time entry, and update the time entry in Clockify</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extract information from an image of a receipt</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Publish post to a publication</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a new list, add a new contact to the list, update the contact, and get all contacts in the...</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a room, invite members from a different room, and send a message in the room we created</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Creating a meeting with the Zoom node</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get a pipeline in CircleCI</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Sending an SMS with MessageBird</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a new issue in Jira</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get the current weather data for a city</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a new card in Trello</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Sample Spotify</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Enhance Chat Responses with Real-Time Search Data via Bright Data & Gemini AI</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Post a message to a channel in RocketChat</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a new user in Intercom</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Sending an SMS using sms77</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Translate text from English to German</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Tapfiliate Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update, and get activity in Strava</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create an organization in Affinity</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create, update and get a subscriber using the MailerLite node</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a new contact in Agile CRM</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a new task in Asana</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Execute an SQL query in Microsoft SQL</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Trend Data Extract, Summarization with Bright Data & Google Gemini</strong>
|
||
<br><small>Complexity Score: 30</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>3D Figurine Orthographic Views with Midjourney and GPT-4o-Image API</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Convert YouTube Videos into SEO Blog Posts</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>LangChain - Example - Workflow Retriever</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Build an OpenAI Assistant with Google Drive Integration</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extract & Summarize Bing Copilot Search Results with Gemini AI and Bright Data</strong>
|
||
<br><small>Complexity Score: 12</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Auto categorize wordpress template</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Fine-tuning with OpenAI models</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Scrape Today's Github Trend 13 Top Repositories</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Chat with GitHub OpenAPI Specification using RAG (Pinecone and OpenAI)</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1393_Manual_Editimage_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>LangChain - Example - Code Node Example</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Lead Generation System (Template)</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extract Amazon Best Seller Electronic Information with Bright Data and Google Gemini</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>NetSuite Rest API workflow</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>[AI/LangChain] Output Parser 4</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Search Engine Results Page Extraction with Bright Data</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Export Zammad Objects Users, Roles, Groups and Organizations to Excel</strong>
|
||
<br><small>Complexity Score: 32</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>[hiroshidigital.com] Send Message In Larksuite</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Email verification with Icypeas (single)</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Perform a domain search (single) with Icypeas</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Summarize Google Drive Documents with Mistral AI and Send via Gmail</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>(Not published) Three-View Orthographic Projection to Dynamic Video Conversion</strong>
|
||
<br><small>Complexity Score: 34</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Summarize Google Sheets form feedback via OpenAI's GPT-4</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>pdf to text</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Scrape Latest 20 TechCrunch Articles</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Merge PDFs</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>SearchApi Youtube Video Summary</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OpenAI Assistant workflow: uploa file, create an Assistant, chat with it!</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1584_Manual_HTTP_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>The Easiest Way to Send SMS Worldwide</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>dub.co URL Shortener</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Search & Summarize Web Data with Perplexity, Gemini AI & Bright Data to Webhooks</strong>
|
||
<br><small>Complexity Score: 24</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Summarize Glassdoor Company Info with Google Gemini and Bright Data Web Scraper</strong>
|
||
<br><small>Complexity Score: 32</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Scrape Web Data with Bright Data, Google Gemini and MCP Automated AI Agent</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1714_Manual_Start_Update_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Sell a Used Car</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>List Builder</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Analyze Reddit Posts with AI to Identify Business Opportunities</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Qdrant Vector Database Embedding Pipeline</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Update all Zammad Roles to default values</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extract & Summarize Yelp Business Review with Bright Data and Google Gemini</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Merge</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Compare 2 SQL datasets</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create Google Creds</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Supabase Setup Postgres</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>itemMatching() example</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extract & Summarize Indeed Company Info with Bright Data and Google Gemini</strong>
|
||
<br><small>Complexity Score: 26</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get Long Lived Facebook User or Page Access Token</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Auto - Resume Disabled Workflows</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>LinkedIn Profile Discovery</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Generate Company Stories from LinkedIn with Bright Data & Google Gemini</strong>
|
||
<br><small>Complexity Score: 12</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>How to automatically import CSV files into postgres</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>My workflow 6</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extract & Summarize Wikipedia Data with Bright Data and Gemini AI</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Upload video to drive via google script</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Brand Content Extract, Summarize & Sentiment Analysis with Bright Data</strong>
|
||
<br><small>Complexity Score: 4</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Turn YouTube Videos into Summaries, Transcripts, and Visual Insights</strong>
|
||
<br><small>Complexity Score: 34</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Generate 360° Virtual Try-on Videos for Clothing with Kling API</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Import CSV from URL to Excel</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>ICP Company Scoring</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Update Roles by Excel</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Perform an email search with Icypeas (single)</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>n8n-農產品</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>v1 helper - Find params with affected expressions</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Very simple Human in the loop system email with AI e IMAP</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Airtable markdown to html</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Coffee Bot (Matrix)</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Mattermost Workflow</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>N8Ntrigger Workflow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0028_Mattermost_Workflow_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Analyze the sentiment of feedback and send a message on Mattermost</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send financial metrics monthly to Mattermost</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive a Mattermost message when new data gets added to Airtable</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send a message on Mattermost when an order is created in WooCommerce</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Gender Inclusive Language</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Twitter notifications</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0850_Mattermost_Pagerduty_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0855_Mattermost_Pagerduty_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0857_Mattermost_Webhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Twilio Workflow</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>StatsInstagram</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1077_Mattermost_Webhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Coffee Bot (Mattermost)</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Lemlisttrigger Workflow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when a form is submitted in Mautic, and send a confirmation SMS</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Unsubscribe Mautic contacts from automated unsubscribe emails</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0963_Mautic_Webhook_Update_Webhook</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>New WooCommerce Customer to Mautic</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Check for valid Mautic contact email</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Shopify + Mautic</strong>
|
||
<br><small>Complexity Score: 34</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Mysql Workflow</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google calendar to Outlook</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Outlook</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>send file to kindle through telegram bot</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>MiniBear Webhook</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Microsoft Outlook AI Email Assistant</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>TEMPLATES</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>MONDAY GET FULL ITEM</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>MongoDB Agent</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive messages for a MQTT queue</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>modelo do chatbot</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Netlifytrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0104_Netlify_Webhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 96</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0193_Nocodb_Telegram_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Plex Automatic Throttler</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automate assigning GitHub issues</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Activity Encouragement</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive messages from a topic and send an SMS</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Smart Factory Use Case</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive messages from a queue via RabbitMQ and send an SMS</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Congratulations Workflow</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>RSS to Telegram</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Check To Do on Notion and send message on Slack</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OpenAI e-mail classification - application</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get Product Feedback</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get the price of BTC in EUR and send an SMS when the price is larger than EUR 9000</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Execute a command that gives the hard disk memory used on the host machine</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extract personal data with a self-hosted LLM Mistral NeMo</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Dynamically switch between LLMs Template</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Wordpress Form to Mautic</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0141_Notion_Webhook_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0142_Notion_Webhook_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Import Odoo Product Images from Google Drive</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>ERP AI chatbot for Odoo sales module</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create an Onfleet task when a file in Google Drive is updated</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegram AI-bot</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Qualify new leads in Google Sheets via OpenAI's GPT-4</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Plivo Workflow</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send daily weather updates via a message in Line</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send daily weather updates via a message using the Gotify node</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send daily weather updates via a push notification using Spontit</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive the weather information of any city</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegram Weather Workflow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Creating your first workflow</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1118_Openweathermap_Webhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1119_Openweathermap_Twilio_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send daily weather updates via a push notification using the Pushcut node</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send daily weather updates to a phone number using the Vonage node</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send daily weather updates via a push notification</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1222_Openweathermap_Webhook_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when a billing plan is activated in PayPal</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates for all changes in Pipedrive</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0249_Pipedrive_Stickynote_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Auto WordPress Blog Generator (GPT + Postgres + WP Media)</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Postgres Workflow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>ETL pipeline</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>SHEETS RAG</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Translate questions about e-mails into SQL queries and run them</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>RAG & GenAI App With WordPress Content</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Youtube Searcher</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Suspicious_login_detection</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Chat with Postgresql Database</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1217_Posthog_Webhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 96</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when an email is bounced or opened</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create a QuickBooks invoice on a new Onfleet Task creation</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Quickbooks Workflow</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Raindrop Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create Onfleet tasks from Spreadsheets</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Readbinaryfile Workflow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>SIGNL4 Alert</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OpenAI-model-examples</strong>
|
||
<br><small>Complexity Score: 4</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Import multiple CSV to GoogleSheet</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Executeworkflow Workflow</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>New Ticket Alerts to Teams</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Query List of Sign-in IPs</strong>
|
||
<br><small>Complexity Score: 32</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0121_Respondtowebhook_Webhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 96</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0163_Respondtowebhook_Spreadsheetfile_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0194_Respondtowebhook_Webhook_Import_Webhook</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>InstaTest</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>chrome extension backend with AI</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Image Generation API</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>TEMPLATE - Multi Methods API Endpoint</strong>
|
||
<br><small>Complexity Score: 2</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Generate audio from text using OpenAI - text-to-speech Workflow</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get Airtable data in Obsidian Notes</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Track Working Time and Pauses</strong>
|
||
<br><small>Complexity Score: 18</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Rssfeedread Workflow</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Post RSS feed items from yesterday to Slack</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get only new RSS with Photo</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Crypto News & Sentiment</strong>
|
||
<br><small>Complexity Score: 26</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>YouTube Videos with AI Summaries on Discord</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Twiliotrigger Workflow</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Todoist Workflow</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Zoom Workflow</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Emailsend Workflow</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>YouTube to X Post- AlexK1919</strong>
|
||
<br><small>Complexity Score: 26</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Daily meetings summarization with Gemini AI</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Noco Kanban Board with AI Prioritization</strong>
|
||
<br><small>Complexity Score: 12</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Retry Execution Hourly</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Post New YouTube Videos to X</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Sync Todoist tasks to Notion</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>SSL Expiry Alert</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Reschedule overdue Asana tasks and clean up completed tasks</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Amazon Product Price Tracker</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>GoogleSheets MySQL Integration</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Vector DB Loader from Google Drive</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>💻 Schedule workflow activity time</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Monitor ProductHunt</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Spotify Sync Liked Songs to Playlist</strong>
|
||
<br><small>Complexity Score: 14</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automatically Send Daily Meeting List to Telegram</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Web Server Monitor.</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Twitter Workflow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Creating an Onfleet Task for a new Shopify Fulfillment</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Updating Shopify tags on Onfleet events</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Shopifytrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Sync New Shopify Products to Odoo Product</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Sync New Shopify Customers to Odoo Contacts</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0055_Signl4_Interval_Create_Scheduled</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>On new Stripe Invoice Payment update Hubspot and notify the team in Slack</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Googlecalendar Workflow</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Onfleet Driver signup message in Slack</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Orlen</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Slack-GitHub User Info</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Check for valid Hubspot contact email</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>New invoice email notification</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Ask a human</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Slack AI Chatbot with RAG for company staff</strong>
|
||
<br><small>Complexity Score: 24</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Archive empty pages in Notion Database</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Printify Automation - Update Title and Description - AlexK1919</strong>
|
||
<br><small>Complexity Score: 2</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Toolworkflow Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Embeddingsopenai Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Spotify Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Import Productboard Notes, Companies and Features into Snowflake</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Linear Project Status and End Date to Productboard feature Sync</strong>
|
||
<br><small>Complexity Score: 34</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Lmchatgooglegemini Workflow</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>YogiAI</strong>
|
||
<br><small>Complexity Score: 2</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Textclassifier Workflow</strong>
|
||
<br><small>Complexity Score: 22</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Lmchatopenrouter Workflow</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>LLM Chaining examples</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get Comments from Facebook Page</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Make OpenAI Citation for File Retrieval RAG</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Read sitemap and filter URLs</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>LinkedIn Leads Scraping & Enrichment (Main)</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Restore your credentials from GitHub</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Workflow Importer</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Agent Milvus tool</strong>
|
||
<br><small>Complexity Score: 30</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Hugging Face to Notion</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Auto-Tag Blog Posts in WordPress with AI</strong>
|
||
<br><small>Complexity Score: 2</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Remove Advanced Background from Google Drive Images</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>BambooHR AI-Powered Company Policies and Benefits Chatbot</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Bitrix24 Open Chanel RAG Chatbot Application Workflow example with Webhook Integration</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Building RAG Chatbot for Movie Recommendations with Qdrant and Open AI</strong>
|
||
<br><small>Complexity Score: 2</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1381_Splitout_Code_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send Emails from Obsidian</strong>
|
||
<br><small>Complexity Score: 30</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Scrape Trustpilot Reviews to Google Sheets</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Logo Sheet Extractor to Airtable</strong>
|
||
<br><small>Complexity Score: 4</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extract spend details (template)</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Hugging Face to Notion</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Fetch Squarespace Blog & Event Collections to Google Sheets </strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>New OpenAI Image Generation</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>⚡📽️ Ultimate AI-Powered Chatbot for YouTube Summarization & Analysis</strong>
|
||
<br><small>Complexity Score: 24</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegram channel to Readeck & Hoarder</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>HN Who is Hiring Scrape</strong>
|
||
<br><small>Complexity Score: 28</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Insert and retrieve documents</strong>
|
||
<br><small>Complexity Score: 22</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>n8napi-check-workflow-which-model-is-using</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Entra User to Zammad User Sync</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automate PDF Image Extraction & Analysis with GPT-4o and Google Drive</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>[n8n] - Shopify Orders to D365 Business Central Sales Orders / Sales Invoices</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Search LinkedIn companies and add them to Airtable CRM</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>n8n Subworkflow Dependency Graph & Auto-Tagging</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Vision-Based AI Agent Scraper - with Google Sheets, ScrapingBee, and Gemini</strong>
|
||
<br><small>Complexity Score: 14</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>n8n Community Topic Tracker by Keyword</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>RAG:Context-Aware Chunking | Google Drive to Pinecone via OpenRouter & Gemini</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Find Top Keywords</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Scrape Books from URL with Dumpling AI, Clean HTML, Save to Sheets, Email as CSV</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Generate New Keywords with Search Volumes⚒️⚒️🟢🟢</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automate Etsy Data Mining with Bright Data Scrape & Google Gemini</strong>
|
||
<br><small>Complexity Score: 24</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>[2/3] Set up medoids (2 types) for anomaly detection (crops dataset)</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Simple LinkedIn profile collector</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Real Estate Market Scanning</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Write a WordPress post with AI (starting from a few keywords)</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Publish Image Post to Bluesky</strong>
|
||
<br><small>Complexity Score: 32</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Restore your workflows from GitHub</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Extract Business Leads from Google Maps with Dumpling AI to Google Sheets</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Shopify order UTM to Baserow</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Gmail to Vector Embeddings with PGVector and Ollama</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Dynamic Form with AI</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI T-Shirt Redesign Workflow from any Mockup Image</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Easily Compare LLMs Using OpenAI and Google Sheets</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get all orders in Squarespace to Google Sheets</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🎦🚀 YouTube Video Comment Analysis Agent</strong>
|
||
<br><small>Complexity Score: 24</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Linkedin to Airtable</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Entra Contacts to Zammad User Sync</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Amazon keywords</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🦙👁️👁️ Find the Best Local Ollama Vision Models by Comparison</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI powered SEO Keyword Research Automation - The vibe Marketer</strong>
|
||
<br><small>Complexity Score: 8</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Personalized AI Tech Newsletter Using RSS, OpenAI and Gmail</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>LinkedIn Profile Finder via Form using Bright Data & GPT-4o-mini</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get all scaleway server info copy</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Sync Youtube Video Urls with Google Sheets</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>template-demo-chatgpt-image-1-with-drive-and-sheet copy</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Translate</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Synchronize your Google Sheets with Postgres</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>YouTube Comment Sentiment Analyzer</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Clone n8n Workflows between Instances using n8n API</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Ssetrigger Workflow</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Postgrestool Workflow</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automated Image Metadata Tagging (Community Node)</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>💥🛠️Build a Web Search Chatbot with GPT-4o and MCP Brave Search</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>RAG Workflow For Company Documents stored in Google Drive</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Manualchattrigger Workflow</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Chat with local LLMs using n8n and Ollama</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>CoinMarketCap_DEXScan_Agent_Tool</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Integrating AI with Open-Meteo API for Enhanced Weather Forecasting</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Personal Assistant MCP server</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🔐🦙🤖 Private & Local Ollama Self-Hosted LLM Router</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>CoinMarketCap_Crypto_Agent_Tool</strong>
|
||
<br><small>Complexity Score: 18</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Whisper Transkription copy</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🗨️Ollama Chat</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Travel Planning Agent with Couchbase Vector Search, Gemini 2.0 Flash and OpenAI</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Use any LLM-Model via OpenRouter</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OpenSea NFT Agent Tool</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OpenSea Marketplace Agent Tool</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Build an MCP server with Airtable</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>CoinMarketCap_Exchange_and_Community_Agent_Tool</strong>
|
||
<br><small>Complexity Score: 28</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Business Canvas Generator</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Multi-Agent Conversation</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>SearchApi AI Agent</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>MCP_SUPABASE_AGENT</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create_Unique_Jira_tickets_from_Splunk_alerts</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Sync New Files From Google Drive with Airtable</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🌐🪛 AI Agent Chatbot with Jina.ai Webpage Scraper</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Discord MCP Chat Agent</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Build Custom AI Agent with LangChain & Gemini (Self-Hosted)</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OpenSea Analytics Agent Tool</strong>
|
||
<br><small>Complexity Score: 28</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Travel AssistantAgent</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>[n8n] Advanced URL Parsing and Shortening Workflow - Switchy.io Integration</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Exponential Backoff for Google APIs</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Youtube Workflow</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Prevent concurrent workflow runs using Redis</strong>
|
||
<br><small>Complexity Score: 8</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegram RAG pdf</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Slack Webhook - Verify Signature</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Auth0 User Login</strong>
|
||
<br><small>Complexity Score: 32</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Load Prompts from Github Repo and auto populate n8n expressions</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Notion to Clockify Sync Template</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>2. Refresh Pipedrive tokens</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>airflow dag_run</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Zoom AI Meeting Assistant</strong>
|
||
<br><small>Complexity Score: 18</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Generate Leads with Google Maps - AlexK1919</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Clockify Backup Template</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Retry on fail except for known error Template</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0183_Strapi_Webhook_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>1336_Strapi_Webhook_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 72</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OpenAI Assistant with custom n8n tools</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Jira Retrospective</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Adaptive RAG</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>A/B Split Testing</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Surveymonkeytrigger Workflow</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when an event occurs in Taiga</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>#️⃣Nostr #damus AI Powered Reporting + Gmail + Telegram</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0140_Telegram_Webhook_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0158_Telegram_Functionitem_Create_Scheduled</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0170_Telegram_Wait_Automation_Scheduled</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0201_Telegram_Executecommand_Process_Webhook</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send the Astronomy Picture of the day daily to a Telegram channel</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Blockchain DEX Screener Insights Agent</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Daily Journal Reminder</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegram Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Googlecalendartool Workflow</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Chainllm Workflow</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>N8N Español - BOT</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Phone Agent with RetellAI</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>YT AI News Playlist Creator/AI News Form Updater</strong>
|
||
<br><small>Complexity Score: 20</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>n8n_check</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>N8N Financial Tracker Telegram Invoices to Notion with AI Summaries & Reports</strong>
|
||
<br><small>Complexity Score: 28</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>rss-telegram</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>MCP Client with Brave and Telegram</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>bash-dash telegram</strong>
|
||
<br><small>Complexity Score: 94</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🔍🛠️Generate SEO-Optimized WordPress Content with Perplexity Research</strong>
|
||
<br><small>Complexity Score: 4</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🤖🧑💻 AI Agent for Top n8n Creators Leaderboard Reporting</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🤖 Telegram Messaging Agent for Text/Audio/Images</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🤖 AI Powered RAG Chatbot for Your Docs + Google Drive + Gemini + Qdrant</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegram ChatBot with multiple sessions</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>💥AI Social Video Generator with GPT-4, Kling & Blotato —Auto-Post to Instagram, Facebook,, TikTok...</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>✍️🌄 Your First Wordpress Content Creator - Quick Start</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Agentic Telegram AI bot with LangChain nodes and new tools</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Monitor USDT ERC-20 Wallet Balance with Etherscan and Telegram Notifications</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>All-in-One Telegram/Baserow AI Assistant 🤖🧠 Voice/Photo/Save Notes/Long Term Mem</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automated Research Report Generation with OpenAI, Wikipedia, Google Search, and Gmail/Telegram</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Forward Filtered Gmail Notifications to Telegram Chat</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🦜✨Use OpenAI to Transcribe Audio + Summarize with AI + Save to Google Drive</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegram-bot AI Da Nang</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Post new Google Calendar events to Telegram</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Analytics: Weekly Report</strong>
|
||
<br><small>Complexity Score: 50</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegram Chat with Buffering</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>📄✨ Easy Wordpress Content Creation from PDF Document + Human In The Loop with Gmail Approval</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Play with Spotify from Telegram</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Coinmarketcap Price Agent</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Speech Support Workflow</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Generate Instagram Content from Top Trends with AI Image Generation</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegram AI multi-format chatbot</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>HR & IT Helpdesk Chatbot with Audio Transcription</strong>
|
||
<br><small>Complexity Score: 12</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🔍🛠️Perplexity Researcher to HTML Web Page</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Translate Telegram audio messages with AI (55 supported languages) v1</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Template - SSL Expiry Alert System</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Summarize YouTube Videos & Chat About Content with GPT-4o-mini via Telegram</strong>
|
||
<br><small>Complexity Score: 18</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Document Assistant via Telegram + Supabase</strong>
|
||
<br><small>Complexity Score: 16</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>n8n update</strong>
|
||
<br><small>Complexity Score: 26</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Parents smart bot</strong>
|
||
<br><small>Complexity Score: 14</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🤖🧠 AI Agent Chatbot + LONG TERM Memory + Note Storage + Telegram</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Calendar Event Reminder</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Ultimate Personal Assistant</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>2. Add Beehiiv newsletter subscribers from Gumroad sales</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI-Driven WooCommerce Product Importer with SEO</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Save new Files received on Telegram to Google Drive</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>e-mail Chatbot with both semantic and structured RAG, using Telegram and Pgvector</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Agent Access Control Template</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Optimize Prompt</strong>
|
||
<br><small>Complexity Score: 70</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Auto-create and publish AI social videos with Telegram, GPT-4 and Blotato</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>✨🔪 Advanced AI Powered Document Parsing & Text Extraction with Llama Parse</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Online Marketing Weekly Report</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>CoinMarketCap_AI_Data_Analyst_Agent</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🌐 Confluence Page AI Powered Chatbot</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>✨😃Automated Workflow Backups to Google Drive</strong>
|
||
<br><small>Complexity Score: 38</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Telegram echo-bot</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>FetchGithubIssues</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🧠 Give Your AI Agent Chatbot Long Term Memory Tools Router</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🐋🤖 DeepSeek AI Agent + Telegram + LONG TERM Memory 🧠</strong>
|
||
<br><small>Complexity Score: 26</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🎦💌Advanced YouTube RSS Feed Buddy for Your Favorite Channels</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OpenSea AI-Powered Insights via Telegram</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>MAIA - Health Check</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Meeting booked - to newsletter and CRM</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>🤖🧑💻 AI Agent for Top n8n Creators Leaderboard Reporting</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Academic Assistant Chatbot (Telegram + OpenAI)</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>WooCommerce AI Chatbot Workflow for Post-Sales Support</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when an event occurs in TheHive</strong>
|
||
<br><small>Complexity Score: 92</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Email mailbox as Todoist tasks</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get new time entries from Toggl</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates for changes in the specified list in Trello</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send Typeforms leads via Whatsapp (Twilio)</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Monitoring and alerting</strong>
|
||
<br><small>Complexity Score: 82</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send an SMS to a number whenever you go out</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>New WooCommerce Product to Twitter and Telegram</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when a new activity gets created and tweet about it</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Scrape Twitter for mentions of company</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automatizacion X</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>User Request Management</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>CFP Selection 1</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Uptimerobot Workflow</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create Email Campaign From LinkedIn Post Interactions</strong>
|
||
<br><small>Complexity Score: 60</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>↔️ Airtable Batch Processing</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0101_Wait_Manual_Automation_Webhook</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Lmopenai Workflow</strong>
|
||
<br><small>Complexity Score: 14</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Backup n8n Workflows to Bitbucket</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Maps Email Scraper Template</strong>
|
||
<br><small>Complexity Score: 30</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create Threads on Bluesky</strong>
|
||
<br><small>Complexity Score: 14</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Google Site Index - sitemap.xml example</strong>
|
||
<br><small>Complexity Score: 20</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI-Powered Short-Form Video Generator with OpenAI, Flux, Kling, and ElevenLabs and upload to all ...</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Analyze_Crowdstrike_Detections__search_for_IOCs_in_VirusTotal__create_a_ticket_in_Jira_and_post_a...</strong>
|
||
<br><small>Complexity Score: 24</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Build a Phone Agent to qualify outbound leads and inbound calls with RetellAI -vide</strong>
|
||
<br><small>Complexity Score: 18</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OpenAI Assistant for Hubspot Chat</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Create Animated Stories using GPT-4o-mini, Midjourney, Kling and Creatomate API</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AutoQoutesV2_template</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Flux Dev Image Generation Fal.ai</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Search LinkedIn companies, Score with AI and add them to Google Sheet CRM</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Content to 9:16 Aspect Image Generator v1</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Motion-illustration Workflow Generated with Midjourney and Kling API</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Indeed Company Data Scraper & Summarization with Airtable, Bright Data and Google Gemini</strong>
|
||
<br><small>Complexity Score: 26</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>PG&E Daily Cost Tracker</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>WhatsApp business bot</strong>
|
||
<br><small>Complexity Score: 56</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Structured Bulk Data Extract with Bright Data Web Scraper</strong>
|
||
<br><small>Complexity Score: 28</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>FLUX-fill standalone</strong>
|
||
<br><small>Complexity Score: 10</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Phishing_analysis__URLScan_io_and_Virustotal_</strong>
|
||
<br><small>Complexity Score: 30</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Keep discord clean</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Resume Screening & Behavioral Interviews with Gemini, Elevenlabs, & Notion ATS copy</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automated Content SEO Audit Report</strong>
|
||
<br><small>Complexity Score: 10</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Fully automated Video Captions generation with json2video</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>TopSourcer - Finds LinkedIn Profiles using natural language</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>address validation</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Shopify to Google Sheets Product Sync Automation</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>High-Level Service Page SEO Blueprint Report</strong>
|
||
<br><small>Complexity Score: 6</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Live link checker</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Image-to-3D</strong>
|
||
<br><small>Complexity Score: 22</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automated Content Generation & Publishing - Wordpress</strong>
|
||
<br><small>Complexity Score: 48</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>spy tool</strong>
|
||
<br><small>Complexity Score: 40</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Automated TikTok/Youtube Shorts/Reels Generator</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>N_01_Simple_Lead_Tracker_Automation_v4</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Generate Graphic Wallpaper with Midjourney, GPT-4o-mini and Canvas APIs</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Namesilo Bulk Domain Availability [Template]</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>HDW Lead Geländewagen</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Test Webhooks in n8n Without Changing WEBHOOK_URL (PostBin & BambooHR Example)</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>General 3D Presentation</strong>
|
||
<br><small>Complexity Score: 24</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Youtube_Automation</strong>
|
||
<br><small>Complexity Score: 14</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>💡🌐 Essential Multipage Website Scraper with Jina.ai</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Merge multiple runs into one</strong>
|
||
<br><small>Complexity Score: 80</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when a form submission occurs in your Webflow website</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Standup Bot - Worker</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0099_Webhook_Airtable_Automate_Webhook</strong>
|
||
<br><small>Complexity Score: 78</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>0165_Webhook_Respondtowebhook_Create_Webhook</strong>
|
||
<br><small>Complexity Score: 68</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Discord AI bot</strong>
|
||
<br><small>Complexity Score: 58</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>N8Ntrainingcustomerdatastore Workflow</strong>
|
||
<br><small>Complexity Score: 66</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Venafitlsprotectcloud Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Crypto Workflow</strong>
|
||
<br><small>Complexity Score: 44</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Thehiveprojecttrigger Workflow</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automate Drive-To-Store Lead Generation System (with coupon) on SuiteCRM</strong>
|
||
<br><small>Complexity Score: 16</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>TheHive</strong>
|
||
<br><small>Complexity Score: 86</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>comentarios automaticos</strong>
|
||
<br><small>Complexity Score: 26</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Convert Squarespace Profiles to Shopify Customers in Google Sheets</strong>
|
||
<br><small>Complexity Score: 62</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Agent to chat with you Search Console Data, using OpenAI and Postgres</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Stock Q&A Workflow</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Voice RAG Chatbot with ElevenLabs and OpenAI</strong>
|
||
<br><small>Complexity Score: 4</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Business WhatsApp AI RAG Chatbot</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Dynamically generate HTML page from user request using OpenAI Structured Output</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Get event triggered notifications / updates on preferred messaging channels with TwentyCRM</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Send Telegram Alerts for New WooCommerce Orders</strong>
|
||
<br><small>Complexity Score: 76</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Notify_user_in_Slack_of_quarantined_email_and_create_Jira_ticket_if_opened</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Obsidian Notes Read Aloud: Available as a Podcast Feed</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>LINE BOT - Google Sheets Record Receipt</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Enrich Company Data from Google Sheet with OpenAI Agent and Scraper Tool</strong>
|
||
<br><small>Complexity Score: 46</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Basic PDF Digital Sign Service</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Validate Seatable Webhooks with HMAC SHA256 Authentication</strong>
|
||
<br><small>Complexity Score: 64</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Image-Based Data Extraction API using Gemini AI</strong>
|
||
<br><small>Complexity Score: 42</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Unique QRcode coupon assignment and validation for Lead Generation system</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Personal Portfolio Resume CV Chatbot</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Realtime Notion Todoist 2-way Sync Template</strong>
|
||
<br><small>Complexity Score: 0</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>AI Customer-Support Assistant · WhatsApp Ready · Works for Any Business</strong>
|
||
<br><small>Complexity Score: 52</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>WhatsApp starter workflow</strong>
|
||
<br><small>Complexity Score: 54</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Wise Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Wisetrigger Workflow</strong>
|
||
<br><small>Complexity Score: 84</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>New WooCommerce product to Slack</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>New WooCommerce order to Slack</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>New WooCommerce refund to Slack</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>OpenAI Personal Shopper with RAG and WooCommerce</strong>
|
||
<br><small>Complexity Score: 22</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Wordpress Workflow</strong>
|
||
<br><small>Complexity Score: 36</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Automate Content Generator for WordPress with DeepSeek R1</strong>
|
||
<br><small>Complexity Score: 34</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>The Ultimate Guide to Optimize WordPress Blog Posts with AI</strong>
|
||
<br><small>Complexity Score: 16</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Writebinaryfile Workflow</strong>
|
||
<br><small>Complexity Score: 88</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates when a form is submitted in Wufoo</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Xml Workflow</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Merge Workflow</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Receive updates for support in Zendesk</strong>
|
||
<br><small>Complexity Score: 90</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="workflow-item">
|
||
<div>
|
||
<strong>Zohocrm Workflow</strong>
|
||
<br><small>Complexity Score: 74</small>
|
||
</div>
|
||
<div>
|
||
<span class="status-badge status-healthy">HEALTHY</span>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="recommendations">
|
||
<h3>💡 Recommendations</h3>
|
||
<ul>
|
||
<li>Add error handling nodes to workflows without them</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
// Auto-refresh every 5 minutes
|
||
setTimeout(() => location.reload(), 300000);
|
||
</script>
|
||
</body>
|
||
</html>
|