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

相关推荐
wangcheng3032 分钟前
原创检测到底在检测什么
笔记
夜瞬24 分钟前
NLP学习笔记10:Transformer 架构——从编码器、解码器到自注意力
笔记·学习·自然语言处理
像一只黄油飞29 分钟前
第二章-04-数据类型
笔记·python·学习·零基础
elseif12331 分钟前
初学者必背【考点清单(大全)】【上篇】
开发语言·c++·笔记·学习·循环结构·分支结构·考纲
唐墨12332 分钟前
linux kernel之设备树
linux·运维·服务器
234710212734 分钟前
4.17 学习笔记
开发语言·软件测试·笔记·python·学习
huanmieyaoseng100336 分钟前
centos 配置国内yum源2026新
linux·运维·centos
智者知已应修善业40 分钟前
【51单片机按键控制流水灯+数码管显示按键次数】2023-6-15
c++·经验分享·笔记·算法·51单片机
MinterFusion1 小时前
如何在VirtalBox中安装deepin操作系统虚拟机(v0.1.0)(下)
运维·虚拟机·deepin·virtualbox·国产操作系统·明德融创·虚拟技术
扣脑壳的FPGAer1 小时前
数字信号处理学习笔记--Chapter 1.4.1 时域采样定理基本概念
笔记·学习·信号处理