Smart Factory Use Case
Automated workflow: Smart Factory Use Case. This workflow processes data and performs automated tasks.
Prerequisites
Required Credentials (3)
Multiple services required
This workflow needs 3 different credentials. Make sure you have accounts for all services before importing.
Complexity
Expert level. Custom code, complex logic, many integrations.
When to Use This Workflow
Real-time Response
React instantly when events happen - new orders, form submissions, or API calls.
Zero delay between trigger and action for time-sensitive workflows.
Time Savings
Replace repetitive manual tasks with reliable automation.
Reclaim hours every week for higher-value work.
Error Reduction
Eliminate human error from routine processes with consistent automation.
Improve accuracy and reliability across your workflows.
{
"id": "168",
"name": "Smart Factory Use Case",
"nodes": [
{
"name": "Values higher than 50°C",
"type": "n8n-nodes-base.if",
"position": [
250,
550
],
"parameters": {
"conditions": {
"number": [
{
"value1": "={{$node[\"Data from factory sensors\"].json[\"body\"][\"temperature_celsius\"]}}",
"value2": 50,
"operation": "largerEqual"
}
]
...Related Workflows
Receive messages for an ActiveMQ queue via AMQP Trigger
Automated workflow: Receive messages for an ActiveMQ queue via AMQP Trigger. This workflow processes data and performs a...
API Schema Extractor
Stage 1 - Research for API Documentation - Fetch a list of services pending research from Database (Google Sheet) - Uses...
Automate SIEM Alert Enrichment with MITRE ATT&CK, Qdrant & Zendesk in n8n
 Embed your Vector Store To provide data for your Vector store,...
Enhance Customer Chat by Buffering Messages with Twilio and Redis
Step 2. Buffer Incoming Messages [Learn more about using Redis](https://docs.n8n.io/integrations/builtin/app-nodes/n8n-n...
Classify new bugs in Linear with OpenAI s GPT-4 and move them to the right team
When does this fire? In our setup we have a general team in Linear where we post new tickets to. Additionally, the bug n...
Integrating AI with Open-Meteo API for Enhanced Weather Forecasting
Integrating AI with Open-Meteo API for Enhanced Weather Forecasting Use case Workshop We are using this workflow in ou...