0.3.0 • Published 4 months ago
n8n-nodes-custom v0.3.0
n8n-nodes-custom
This is an n8n community node package. It provides nodes to integrate with Metabase and FreshChat APIs in your n8n workflows.
Metabase is an open source business intelligence tool that lets you visualize and share data from your database.
FreshChat is a modern messaging software that helps businesses engage with their website visitors and app users.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-custom
Operations
This package contains the following nodes:
Metabase - Questions
- Get: Retrieve a specific question/card by ID
- Get Many: Retrieve multiple questions/cards
- Result Data: Get the results of a specific question in CSV, JSON, or XLSX format
- Save Card: Save a question/card
FreshChat - Messages
- Send: Send a message to a specific conversation
Credentials
Metabase API Credentials
- Enter your Metabase URL (e.g., https://metabase.example.com)
- Provide your Metabase username and password
The node automatically handles session authentication and token renewal.
FreshChat API Credentials
- Enter your FreshChat API key from your Freshchat dashboard (Settings > API Tokens)
- The default API domain is https://api.freshchat.com/v2, but you can change it if needed
Compatibility
This package requires n8n version 1.0.0 or later.