Nodlyn is a visual automation platform — no code required — that connects business applications, approval flows, document processing, notifications, and physical devices (from Zigbee sensors to Modbus PLCs and CAN buses). You do not start from scratch: the library includes 246+ production-ready templates you load onto the canvas, configure, and activate.
This guide groups real-world scenarios — business, IT, finance, HR, support, and on-prem IoT — and maps them to existing templates. Each section lists the template ID you can search for in Studio (Templates panel or Assistant: "Load template #241").
Cross-cutting patterns (any department)
These automation types appear in almost every organization. Nodlyn covers them with dedicated nodes plus starter templates.
| Scenario | What Nodlyn does | Recommended templates |
|---|---|---|
| Document & request approvals | Poll approval status, approve/reject branches, manager notifications, archival | #74 Purchase Approval · #77 Approval with Auto-Escalation · #237 Request, Poll & Branch · #236 Webhook — Record Approval Decision · #239 Manager Approval Inbox · #92 Document Approval & Archive · #80 Approval + Document Archival |
| Invoice processing | Folder watch / IMAP email, OCR/PDF, validation, approval, ERP | #227 Invoice Inbox — File Watch · #233 Invoice Inbox — Email (IMAP) · #44 Invoice Document Processor · #45 Invoice Batch Processor · #241 Invoice → Validate → Approve → ERP · #67 Invoice PDF Generator |
| Teams, email & SMS notifications | Slack, Microsoft Teams, Discord, SMTP, Telegram, SMS alerts | #65 Multi-Platform Alert · #238 Approval Request with Teams Notification · #61 Daily Order Report (DB → Teams) · #13 Webhook → Email Alert · #234 Scheduled Endpoint Monitor — SMS Alert · #110 Telegram Notification Pipeline |
| Jira, Azure DevOps & Planner tasks | Create/update work items from webhooks, email, or runtime errors | #240 Email → Jira Work Item · #245 Email → Azure DevOps Work Item · #113 Error to Jira Ticket · #76 Task Assignment from Form |
| Data sync between applications | ETL DB→DB, DB→sheet, Redis cache, Kafka/RabbitMQ fan-out | #60 Customer Data Sync · #66 ETL Pipeline · #62 CSV Import to Database · #88 Cross-Platform Inventory Sync · #135 Order Event → Redis Pub/Sub · #146 Webhook → Kafka Event Bus |
| Periodic reports | Cron → query DB/Influx → PDF/Excel/Slack/email | #69 Daily Schedule Report · #79 Task Status Report · #155 Scheduled DB Report → Slack · #229 Weekly Email Digest (DB → AI Summary → SMTP) · #151 Daily InfluxDB Report → Telegram · #244 Deployment Report |
| AI document processing | OCR, field extraction, local/cloud LLM classification, archival | #12 OCR Meter / Document Reader · #231 Expense Receipt — OCR, AI Category & Sheets · #44 Invoice Document Processor · #152 Webhook → LLM Summary → Slack · #182 Webhook → Local LLM Classify · #243 Support Ticket AI Route |
| Employee onboarding / offboarding | Form → IT approval → Azure AD / Okta invite, HR tasks | #98 Employee Onboarding Workflow · #242 Leave Request + Manager Approval · #70 Equipment Request Form Workflow |
| Support & ticketing automation | AI routing, SLA, P1 escalation, ServiceNow/Zendesk | #243 Support Ticket AI Route · #246 P1 Critical Incident Escalation · #193 Webhook Ticket → Start SLA → Slack · #194 Cron → Check SLA → Escalate → Email · #223 Webhook Error → ServiceNow Incident · #235 Pending Approvals Daily Digest |
For software developers and DevOps teams
IT automation should not be a pile of cron scripts. Nodlyn makes flows visible, auditable, and exportable as headless runtime agents.
1. DevOps
- Work items from email — #240 Email → Jira · #245 Email → Azure DevOps
- Critical incident escalation — #246 P1 Critical Incident Escalation (urgent Zendesk + 15 min SLA + Slack on-call)
- Deployment reports — #244 Deployment Report · #159 Deployment Event → Grafana Annotation
- Endpoint monitoring & circuit breaker — #234 Scheduled Endpoint Monitor — SMS Alert · #177 Resilient HTTP with Circuit Breaker · #228 Resilient Webhook — Error Handler & DLQ
- Observability — #106 Grafana Metrics Pipeline · #153 HTTP Metrics → Grafana Push · #118 Prometheus Alert → Slack · #219 Webhook Log → Elasticsearch
- CI/CD pipeline events — webhook trigger → transform → Slack/Teams/Jira (extend #244 or #245)
2. Finance
- Invoice scan & extraction — #227 / #233 Invoice Inbox · #44 Invoice Document Processor (PDF + OCR)
- Validation & approval — #241 Invoice → Validate → Approve → ERP · #74 Purchase Approval
- Receipts & expenses — #231 Expense Receipt — OCR, AI Category & Sheets
- ERP / DB integration — #66 ETL Pipeline · #62 CSV Import to Database · #60 Customer Data Sync
- Stripe payments → CRM — #122 Stripe Payment → Salesforce Lead · #150 Stripe Payment → HubSpot Deal
3. HR
- Leave requests — #242 Leave Request + Manager Approval
- Approval flows — #218 Calendar Event with Approval · #77 Approval with Auto-Escalation · #238 Teams Notification
- New hire accounts — #98 Employee Onboarding (waits for IT approval → Azure AD invite)
- Equipment & contract forms — #70 Equipment Request Form · #71 Contract Generator from Form · #72 Feedback Survey with PDF Report
4. Customer Support
- Ticket routing & classification — #243 Support Ticket AI Route (LLM routing)
- SLA tracking — #193 Webhook Ticket → Start SLA → Slack · #194 Cron → Check SLA → Escalate
- P1 escalation — #246 P1 Critical Incident Escalation
- ServiceNow ITSM — #223 Webhook Error → ServiceNow Incident · #224 Scheduled Maintenance → ServiceNow Change
- Daily pending-approvals digest — #235 Pending Approvals Daily Digest
On-prem, edge & physical devices
Unlike cloud-only platforms, Nodlyn runs locally and connects industrial and smart-home protocols directly on your LAN — device data stays on your network unless you explicitly choose a cloud connector.
Smart home: Matter, Zigbee, Z-Wave, Tuya
- Matter — Discovery #217 Matter Device Discovery; automations with
matter.discoverDevices,matter.sendRawnodes - Zigbee — #5 ZigBee Sensor → Nous Smart Plug (sensor → condition → plug action); #134 ZigBee Sensor → InfluxDB Logger; #2 Sensor Threshold Alert
- Z-Wave — Z-Wave JS UI integration; MQTT/device-health triggers + Z-Wave commands (Discovery → accept device → canvas)
- Tuya / Smart Life — local LAN v3.3 control; combined with MQTT triggers for reactive scenarios
- Typical scenarios — temperature exceeded → alert; door contact → light; hotel energy anomaly #53 Energy Anomaly Alert (Hospitality)
Industrial & automotive: CAN Bus, Modbus, OPC UA, BACnet, S7, serial
- CAN Bus — #225 CAN Engine RPM Alert → Slack · #226 CAN Door Status → Log;
canBus.receive,canBus.send, encode/decode nodes; CAN Bus Discovery intent - Modbus TCP — #128 Modbus PLC → InfluxDB Logger · #131 Modbus Threshold → Slack Alert
- OPC UA — #137 OPC UA Tag → InfluxDB Logger · #166 OPC UA Tag → Kafka Bridge
- BACnet — #142 BACnet Point → InfluxDB · #165 BACnet Temperature Alert → Slack · #170 BACnet Setpoint from Webhook
- RS232 / RS485 — #117 RS232 / RS485 Serial Bus Monitor · #14 Serial Port Sensor Logger · #168 Serial Bus → InfluxDB Logger
- Siemens S7 — dedicated read/write tag connector; Modbus/OPC UA alternatives via #128 / #137
Edge hardware: GPIO, file watch, barcode, LoRaWAN, BLE
- GPIO (Raspberry Pi / Linux) — #187 GPIO Button → MQTT Publish · #188 GPIO Edge → Slack Alert · #189 GPIO Rising → Log Event
- File Change trigger — #186 File Change → Read & Log · #227 Invoice Inbox · #230 File Inbox — Process & Archive
- Barcode / inventory — #107 Barcode Inventory Scanner · #46 Stock Document Processor (OCR)
- LoRaWAN — #201 Webhook TTN Uplink → Decode → Slack · #202 LoRaWAN MQTT Uplink → Decode → Log
- Bluetooth LE — #4 BLE Sensor Read; GATT scan → condition → alert
- MQTT IoT — #1 HTTP to MQTT Bridge · #132 MQTT Device Event → Slack · #161 MQTT Sensor → InfluxDB Logger
Hospitality, retail & e-commerce (on-prem + cloud)
- Hospitality — #50–#56: Check-In/Out, No-Show, Water Leak Emergency, Guest Welcome, Stay Report, Energy Anomaly
- E-commerce — #82 Shopify Product Launch · #84 Shopify Order Monitor · #88 Cross-Platform Inventory Sync · #89 E-Commerce Order Approval
- Retail / stock — #48 Stock Channel Updater · #49 Stock Update Propagation (Multi-Channel)
Quick matrix: role → first template to try
| Role | Start with | ID |
|---|---|---|
| Developer / DevOps | Email → Jira Work Item | #240 |
| Developer / DevOps | P1 Critical Incident Escalation | #246 |
| Developer / DevOps | Deployment Report | #244 |
| Finance | Invoice Inbox — File Watch | #227 |
| Finance | Invoice → Validate → Approve → ERP | #241 |
| HR | Leave Request + Manager Approval | #242 |
| HR | Employee Onboarding Workflow | #98 |
| Support | Support Ticket AI Route | #243 |
| Facility / on-prem IoT | Modbus PLC → InfluxDB Logger | #128 |
| Automotive / industrial | CAN Engine RPM Alert → Slack | #225 |
| Smart home | ZigBee Sensor → Nous Smart Plug | #5 |
| Smart home Matter | Matter Device Discovery | #217 |
| Edge / Raspberry Pi | GPIO Edge → Slack Alert | #188 |
| Observability | Grafana Metrics Pipeline | #106 |
Get started in 5 steps
- Open Templates in the left panel or ask the AI Assistant: "Find invoice processing template".
- Preview the flow → click Load Template on the canvas.
- Fill in node settings (URLs, credentials, device IDs,
{{$var.key}}for global variables). - Validate → Approve → Activate (Nodlyn lifecycle).
- Run manually or export as a Runtime Agent for 24/7 execution on Windows/Linux/macOS.
Templates marked [TEST] (e.g. #18 Connectivity Health Check) work without hardware — ideal for learning the platform.
Why templates + native connectors matter
Many no-code platforms limit automation to cloud SaaS. Nodlyn covers both worlds:
- Business cloud — Salesforce, ServiceNow, HubSpot, Stripe, Teams, Jira, Azure DevOps, Google Sheets, AWS Lambda/S3/SNS
- On-prem & edge — Matter, Zigbee, Z-Wave, Tuya, CAN Bus, Modbus, OPC UA, BACnet, S7, serial RS232/485, GPIO, barcode, LoRaWAN, BLE, command line, file system
- Local AI — OCR, Whisper STT, Piper TTS, Ollama LLM, MCP tools — data stays on your machine when you choose on-prem connectors
The result: the same canvas for "invoice from email → approval → ERP" and "Zigbee sensor → threshold → Slack", with approval gates, audit trail, and runtime export for both.
Ask the Assistant
In Studio, the Assistant tab knows the live template library. Useful prompts:
- "Show DevOps templates"
- "Load template #241"
- "CAN bus alert to Slack workflow"
- "How do I process invoices from a folder?"
- "What on-prem connectors do I have for PLCs?"
The Assistant recommends from the current catalog — no static lists — and can load a template directly onto the canvas. Learn more in the AI Workflow Assistant guide.
Related guides
- AI Workflow Assistant — natural language workflow design, template search, and in-app help
- Global Variables — shared configuration without copy-paste
- Device Discovery — Matter, Zigbee, Z-Wave, CAN Bus, and on-prem hardware
- Edge Runtime deployment — 24/7 headless execution on-site
Conclusion
Whether you automate approvals, invoices, onboarding, ticketing, or a CAN bus on a test vehicle, Nodlyn gives you a concrete starting point: template + native connector + exportable runtime. Pick a scenario from the tables above, load the matching ID, adapt it to your organization, and activate — locally, in the cloud, or hybrid, as you need.