@thecodigohub/n8n-nodes-insightshub
v0.0.10
Published
Custom n8n node for Insights Hub
Readme
Insights Hub N8N Node
This is a custom n8n node for connecting to Insights Hub, an internal project for displaying dashboards.
File Structure
This node follows the n8n convention for custom nodes:
nodes/- Contains the node implementation filescredentials/- Contains the credential type definitionsdist/- Compiled JavaScript output (created after build)
Installation
- Clone this repository.
- Run
npm installto install dependencies. - Run
npm run buildto compile the TypeScript code. - Copy the
distfolder to your n8n custom nodes directory. - Restart n8n.
Configuration
- Project Name: The name of the project in Insights Hub.
- API Token: Obtained from Insights Hub settings, configured as a credential.
Operations
- Get Dashboard: Fetches dashboard data for the specified project.
Future Enhancements
Additional fields and operations can be added as needed.
