Package Information
Documentation

n8n-nodes-anaplan
An n8n custom node for seamless integration with Anaplan.
Supports reading, writing, and importing data from Anaplan models, workspaces, and lists.
š Installation
npm install n8n-nodes-anaplan
After installation, set the following environment variable:
export N8N_CUSTOM_EXTENSIONS="/path/to/n8n-nodes-anaplan"
n8n
š Supported Operations
ā
Read Data
⢠Fetch Workspaces ā Retrieves available workspaces.
⢠Fetch Models ā Lists active (unlocked) models.
⢠Fetch Modules ā Retrieves module views.
⢠Fetch Lists ā Retrieves list metadata and items.
⢠Fetch Dimension Items ā Fetches dimension values.
š¤ Export Formats
⢠TABULAR_SINGLE_COLUMN
⢠TABULAR_MULTI_COLUMN
⢠JSON Format (Structured row-based data)
āļø Write Data
⢠Update Module Cells ā Supports multiple line items and multiple dimensions.
⢠Import Module Data ā Uploads structured data into Anaplan modules.
⢠Import List Data ā Uploads structured data into Anaplan lists.
š File Handling
⢠Upload Files to Anaplan ā Supports single and chunked file uploads.
⢠Monitor Import Status ā Tracks import task progress.
Login & Password
⢠Uses username and password to acquire a session token.
⢠Token expires every 35 minutes but is automatically refreshed.
⢠Requires Workspace Admin privileges.
- Generate a token:
curl -X POST --user email:'password' https://auth.anaplan.com/token/authenticate
- Copy tokenValue and store it in n8n credentials.
š Usage Guide
1ļøā£ Select a Workspace
2ļøā£ Choose an Active Model (Only unlocked models appear)
3ļøā£ Select a Module or List (Data source)
4ļøā£ Choose Export Format:
⢠Tabular Single Column ā (Row-by-row processing)
⢠Tabular Multi Column ā (UI-like view)
⢠JSON Format ā (For structured automation)
5ļøā£ Run the node ā Get structured table output with headers & values.
š API Reference
⢠Anaplan API Docs
⢠Authentication Guide
⢠Anaplan REST API Reference
š¢ Compatibility
⢠ā
Minimum n8n version: 1.60.0
⢠ā
Tested with: 1.77.3
⢠ā
**Supports Anaplan API v2`
āļø License
MIT License
Final Notes
- Confluence Documentation now reflects current authentication methods and API operations.
- README now includes new features like Import, File Handling, and Multi-Export Formats.
- All instructions are aligned with current Anaplan API functionality.
This ensures full documentation coverage for both developers & users. š