---
created: <% tp.file.creation_date() %>
type:
- workflow
CMDS:
- "[[📚 491 Codes]]"
- "[[📚 541 n8n]]"
aliases:
tags:
- n8n-workflow
- automation
- n8n
- JSON
author:
---
## Overview
- **Purpose**:
- **Trigger**:
- **Schedule**:
- **Main Nodes**:
- Node1
- Node2
## Workflow Flow
```mermaid
graph LR
A[Trigger] --> B[Process1]
B --> C[Process2]
C --> D[End]
```
## Configuration
```json
// Key settings
{
"trigger": {
"type": "",
"schedule": ""
}
}
```
## Details
#### Prerequisites
-
#### Main Features
-
#### Error Handling
-
## Related Workflows
- [[Related Workflow1]]
- [[Related Workflow2]]
## Notes
-