anaplan-fixed

Anaplan node for n8n

Package Information

Downloads: 0 weeklyĀ /Ā 29 monthly
Latest Version: 1.0.22

Documentation

Banner image

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.

  1. Generate a token:
curl -X POST --user email:'password' https://auth.anaplan.com/token/authenticate
  1. 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. šŸš€

Discussion