Notify on new emails with invoices in Slack — n8n 工作流
概览
This workflow checks for new emails in a mailbox and if the email body contains the word "invoice" it will send the attachment to Mindee. It then posts a message to Slack to let the team know a payment needs to be made, If the value of the invoice is over 1000 it will also email the finance manager.
To use this workflow you will need to configure the IMAP node to select the correct mailbox to use then configure the Mindee node to use your credentials.
Once that is done the Send Email node will
使用的节点
Send EmailSlackMindee
工作流预览
C
Check for new emails
I
If email body contains i…
Extract the total amount
Send new invoice notific…
Send email to finance ma…
I
If Amount > 1000
6 nodes6 edges
工作原理
- 1
触发器
工作流由 手动 触发器启动。
- 2
处理
数据流经 6 个节点, connecting emailreadimap, emailsend, if。
- 3
输出
工作流完成自动化并将结果发送到配置的目标。
节点详情 (6)
SE#1
Send Email
emailSend
SL#2
Slack
slack
MI#3
Mindee
mindee
如何导入此工作流
- 1点击右侧 下载 JSON 按钮保存工作流文件。
- 2打开你的 n8n 实例,依次点击 工作流 → 新建 → 从文件导入。
- 3选择下载的
notify-on-new-emails-with-invoices-in-slack文件并点击导入。 - 4为每个服务节点配置 凭证(API 密钥、OAuth 等)。
- 5点击 测试工作流 验证一切正常,然后激活它。
或直接在 n8n → 从 JSON 导入 中粘贴:
{ "name": "Notify on new emails with invoices in Slack", "nodes": [...], ...}
集成
emailreadimapemailsendifmindeeslack
创建者
Jonathan
@jon-n8n
标签
emailreadimapemailsendifmindeeslack