Package Information
Released: 9/21/2025
Downloads: 31 weekly / 346 monthly
Latest Version: 0.0.11
Author: Fineguide.ai
Available Nodes
Documentation
n8n-nodes-fineguide
This is an n8n community node that allows you to interact with the Fineguide Chat API.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Session
- Create: Create a new chat session
- Get: Retrieve session details
- Delete: Delete an existing session
Message
- Send: Send a message to a session using the message-bundle endpoint
Credentials
This node requires Fineguide API credentials. You need to configure:
- API Token: Your Fineguide API authentication token
Compatibility
This node was developed and tested with n8n version 1.0+.
Usage
Creating a Session
- Select "Session" as the resource
- Choose "Create" as the operation
- Provide the Bot ID
- The node will return the created session details including the session ID
Sending a Message
- Select "Message" as the resource
- Choose "Send" as the operation
- Provide the Bot ID and Session ID
- Enter your message content
- The node will send the message using the message-bundle endpoint and return the bot's response
Example Workflow
1. Fineguide Node (Create Session) → Get session ID
2. Fineguide Node (Send Message) → Send user message and get bot response
Resources
License
MIT