This section documents the active automation workflows running on the Maven Lane infrastructure. Each page below details the data sources, transformation logic, and scheduling for a specific pipeline.
Active Workflows
| Workflow | Source | Destination | Frequency |
|---|---|---|---|
| Sync Acumatica Inventory To Google Sheets | Acumatica | Google Sheets | Daily (00:00) |
| Sync Plytix Product Data To Google Sheets | Plytix PIM | Google Sheets | Weekly (Mon 02:00) |
| Generate Forecast Per SKU | Google Sheets (Multiple Files) | Google Sheets | Daily (00:20) |
Infrastructure Links
Quick Access
- Our Production n8n Instance: automation.mavenlane.com
- Master Google Drive: drive.google.com
- Master PO Summary Tool: sheets.google.com
- Current Inventory Levels: sheets.google.com
How to Document a New Flow
When adding a new workflow to this repository, please strictly adhere to the Standard Documentation Template.
- Create a new file in this folder with a descriptive name (e.g.,
Sync Shopify Orders to Acumatica). - Copy the template below.
- Fill in the sections, specifically focusing on the Business Purpose of the filters.
📄 Documentation Template
[Open workflow in n8n][n8n workflow URL]
---
## Executive Summary
(A few sentences explaining what this does and why it exists.)
> [!INFO]
>
> `Source` -> `n8n` -> `Destination`
> Trigger: `Schedule`
---
## Data Source
*Source: System Name*
#### Executive Summary
...
---
## Data Manipulation (n8n Workflow)
#### Executive Summary
...
---
## Data Destination
*Source: System Name*
#### Executive Summary
...
---
## Links
...