fineguide

n8n node for Fineguide.ai API integration

Package Information

Released: 9/21/2025
Downloads: 31 weekly / 346 monthly
Latest Version: 0.0.11
Author: Fineguide.ai

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

  1. Select "Session" as the resource
  2. Choose "Create" as the operation
  3. Provide the Bot ID
  4. The node will return the created session details including the session ID

Sending a Message

  1. Select "Message" as the resource
  2. Choose "Send" as the operation
  3. Provide the Bot ID and Session ID
  4. Enter your message content
  5. 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

Discussion