plemeo-generate_response

Package Information

Released: 5/12/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.0
Author: jan.thanei

Documentation

n8n-nodes-plemeo-generate_response

This is an n8n community node for interacting with Plemeo AI's text generation capabilities. This node allows you to generate AI-powered responses using Plemeo's send_message API endpoint.

Installation

Follow these instructions to install this node:

  1. Open your n8n instance
  2. Go to Settings > Community Nodes
  3. Click on Install and enter n8n-nodes-plemeo-generate_response
  4. Click on Install again

Alternatively, you can install this node manually:

npm install n8n-nodes-plemeo-generate_response

Node Features

This node provides a way to generate text responses using Plemeo AI. It connects to the /send_message endpoint and returns the generated response.

Node Configuration Parameters

Parameter Description
API Hostname The hostname of the Plemeo AI API
API Port The port number of the Plemeo AI API
API Path The path of the Plemeo API endpoint
User ID The user ID for the API request
Conversation ID The conversation ID for the API request
Organization ID The organization ID for the API request
Email The email for the API request
AI Model The AI model to use for generation (e.g., gpt-4, gpt-3.5-turbo)
Is OpenAI Model Whether the selected model is an OpenAI model
Message The text message to generate a response for
Allow Web Search Whether to allow web search for generating responses
Allow Private Data Access Whether to allow access to private data for generating responses
Use HTTP Whether to use HTTP instead of HTTPS

Example Usage

  1. Add the PlemeoGenerateResponse node to a workflow
  2. Configure the connection settings (hostname, port, path)
  3. Set the required parameters (User ID, Conversation ID, Organization ID, Email, etc.)
  4. Enter your message prompt
  5. Connect the node to additional nodes to process the response

Resources

Discussion