【n8n教程笔记——工作流Workflow】文本课程(第二阶段)——5 自动化业务工作流——0 用例 (Use case)

https://docs.n8n.io/courses/

https://docs.n8n.io/courses/level-two/chapter-5/chapter-5.0/

文章目录

  • [Automating a business workflow](#Automating a business workflow)
    • [Workflow design](#Workflow design)
      • [Now that we know what Nathan wants to automate, let's list the steps he needs to take to achieve this:](#Now that we know what Nathan wants to automate, let's list the steps he needs to take to achieve this:)
        • [1. Get and combine data from all necessary sources.](#1. Get and combine data from all necessary sources.)
        • [2. Sort the data and format the dates.](#2. Sort the data and format the dates.)
        • [3. Write binary files.](#3. Write binary files.)
        • [4. Send notifications using email and Discord.](#4. Send notifications using email and Discord.)
      • n8n provides [core nodes](https://docs.n8n.io//integrations/builtin/node-types#core-nodes) for all these steps. This use case is somewhat complex. We should build it from three separate workflows: for all these steps. This use case is somewhat complex. We should build it from three separate workflows:)
        • [1. A workflow that merges the company data with external information.](#1. A workflow that merges the company data with external information.)
        • [2. A workflow that generates the reports.](#2. A workflow that generates the reports.)
        • [3. A workflow that monitors errors in the second workflow.](#3. A workflow that monitors errors in the second workflow.)
    • [Workflow prerequisites](#Workflow prerequisites)

Automating a business workflow

Remember our friend Nathan?

Nathan 🙋: Hello, it's me again. My manager was so impressed with my first workflow automation solution that she entrusted me with more responsibility.

You 👩‍🔧: More work and responsibility. Congratulations, I guess. What do you need to do now?

Nathan 🙋: I got access to all our sales data and I'm now responsible for creating two reports: one for regional sales and one for orders prices. They're based on data from different sources and come in different formats.

You 👩‍🔧: Sounds like a lot of manual work, but the kind that can be automated. Let's do it!

Workflow design

Now that we know what Nathan wants to automate, let's list the steps he needs to take to achieve this:

1. Get and combine data from all necessary sources.
2. Sort the data and format the dates.
3. Write binary files.
4. Send notifications using email and Discord.

n8n provides core nodes for all these steps. This use case is somewhat complex. We should build it from three separate workflows:

1. A workflow that merges the company data with external information.
2. A workflow that generates the reports.
3. A workflow that monitors errors in the second workflow.

Workflow prerequisites

To build the workflows, you will need the following:

Next, you will build these three workflows with step-by-step instructions.

相关推荐
励志不掉头发的内向程序员17 小时前
【Linux系列】掌控 Linux 的脉搏:深入理解进程控制
linux·运维·服务器·开发语言·学习
東雪蓮☆17 小时前
K8s Ingress 详解与部署实战
linux·运维·kubernetes
塔能物联运维17 小时前
物联网运维中的边缘计算任务调度优化策略
运维·人工智能·物联网·边缘计算
真正的醒悟18 小时前
什么是网络割接
运维·服务器·网络
Bruce_Liuxiaowei18 小时前
Win7虚拟机加入域错误排查指南:解决无法启动服务问题
运维·网络·windows·安全·网络安全
聆风吟º18 小时前
无需 VNC / 公网 IP!用 Docker-Webtop+cpolar,在手机浏览器远程操控 Linux
linux·运维·docker
骇客野人18 小时前
【软考备考】 高并发场景如何做负载均衡知识点四
运维·负载均衡
chenzhou__19 小时前
MYSQL学习笔记(个人)(第十五天)
linux·数据库·笔记·学习·mysql
序属秋秋秋20 小时前
《Linux系统编程之入门基础》【Linux基础 理论+命令】(上)
linux·运维·服务器·ubuntu·centos·命令模式
rechol20 小时前
C++ 继承笔记
java·c++·笔记