This is an n8n community node for integrating with Forest.
- Go to Settings > Community Nodes
- Select Install
- Enter
@forestnpm/n8n-nodes-forestin the input field - Click Install
pnpm install @forestnpm/n8n-nodes-forest- Node.js >= 18.10
- pnpm >= 9.1
# Use Node.js 20
nvm use 20
# Install n8n
npm install -g n8n
# Install dependencies
pnpm install
# Build the project
pnpm build
# Run in development mode (watch)
pnpm dev
# Run n8n
n8n- Build the package:
pnpm build - Link the package globally:
pnpm link --global - In your n8n installation directory:
pnpm link --global @forestnpm/n8n-nodes-forest - Restart n8n
This node requires Forest API credentials:
- API Key: Your Forest API key
- Base URL: The Forest API base URL (default: https://api.forestadmin.com)
For details on filters and aggregations syntax, see the Forest Admin filters documentation.
MIT