Block 1 - Loop Over Items
- Type / Role
- n8n-nodes-base.splitInBatches - splitInBatches
- Config choices
- Version 3
This workflow is provided as-is. Please review and test before using in production.
Workflow Description This workflow automates the process of retrieving emails from a food delivery platform, extracting key order details, and sending notifications to a Slack channel. Additionally...
n8n-nodes-base.splitinbatches, n8n-nodes-base.manualtrigger, n8n-nodes-base.gmail, n8n-nodes-base.gmailtrigger, n8n-nodes-base.set, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by darrell_tw.
Original n8n.io sourceThis workflow automates the process of retrieving emails from a food delivery platform, extracting key order details, and sending notifications to a Slack channel. Additionally, the Slack message includes a Moze accounting app URL scheme link for quick expense tracking.
q: subject:透過 Uber Eats 系統送出的訂單 (You can adjust the keywords to fit your language.)price: Order price (e.g., $200).shop: Shop name (e.g., "店名").date: Order date (e.g., 2024.01.01).time: Order time converted to 24-hour format (e.g., 14:30).Ubereat 訂餐資訊:
商家: {{ shop }}
金額: {{ price }}
日期: {{ date }}
moze3://expense?amount={{ price }}&account=信用卡&subcategory=外送&store={{ shop }}&date={{ date }}&time={{ time }}&project=生活開銷
subject) to match other types of food delivery platforms or services.This workflow is ideal for automating expense tracking and centralizing notifications for food delivery orders, streamlining personal or team expense management.
Image: UberEat Gmail with order information
Slack text with button
Click the button will call moze url scheme
此工作流程自動化從外送平台獲取郵件,提取關鍵訂單詳細資訊,並將通知發送到指定的 Slack 頻道。此外,Slack 消息中包含一個 Moze 記帳 App URL Scheme 的連結,方便快速記帳。
q: subject:透過 Uber Eats 系統送出的訂單price:訂單金額(例如:$200)。shop:商家名稱(例如:「店名」)。date:訂單日期(例如:2024.01.01)。time:訂單時間(24 小時制,例如:14:30)。Ubereat 訂餐資訊:
商家: {{ shop }}
金額: {{ price }}
日期: {{ date }}
moze3://expense?amount={{ price }}&account=信用卡&subcategory=外送&store={{ shop }}&date={{ date }}&time={{ time }}&project=生活開銷
subject),以匹配其他外送平台或服務。此工作流程適合自動化費用記帳以及集中管理外送訂單通知,提升個人或團隊的費用管理效率。
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Food delivery notifications and easy expense tracking |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | Invoice Processing |
| Author | darrell_tw |
| Published | 08 Jan 2025 |
Use the JSON export at /data/workflows/2707/2707.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Workflow Description This workflow automates the process of retrieving emails from a food delivery platform, extracting key order details, and sending notifications to a Slack channel. Additionally...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Invoice Processing use case.