【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.

相关推荐
Gain_chance4 分钟前
35-学习笔记尚硅谷数仓搭建-DWS层最近n日汇总表及历史至今汇总表建表语句
数据库·数据仓库·hive·笔记·学习
AtoposのCX33038 分钟前
Docker运行hello-world镜像失败或超时
运维·docker
宵时待雨1 小时前
STM32笔记归纳9:定时器
笔记·stm32·单片机·嵌入式硬件
m0_719084111 小时前
React笔记张天禹
前端·笔记·react.js
熊延2 小时前
麒麟V10系统安装部署elasticsearch
linux·运维·服务器·elasticsearch·搜索引擎·全文检索
r i c k4 小时前
数据库系统学习笔记
数据库·笔记·学习
shandianchengzi5 小时前
【小白向】错位排列|图文解释公考常见题目错位排列的递推式Dn=(n-1)(Dn-2+Dn-1)推导方式
笔记·算法·公考·递推·排列·考公
Yeats_Liao5 小时前
评估体系构建:基于自动化指标与人工打分的双重验证
运维·人工智能·深度学习·算法·机器学习·自动化
浅念-5 小时前
C语言编译与链接全流程:从源码到可执行程序的幕后之旅
c语言·开发语言·数据结构·经验分享·笔记·学习·算法
爱吃生蚝的于勒5 小时前
【Linux】进程信号之捕捉(三)
linux·运维·服务器·c语言·数据结构·c++·学习