Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

n8n-nodes-openwebui-edit

<...>85MIT0.2.1TypeScript support: included

custom openwebui api node

n8n-community-node-package, n8n, n8n-nodes, OpenWebUI, OpenWeb UI, AI Chat, AI Integration, Conversation Management, Workflow Automation

readme

n8n-nodes-node-name

This is an n8n community node. It lets you integrate OpenWebUI into your n8n workflows, enabling AI-powered chat functionalities through an intuitive web interface.

OpenWebUI is a web-based user interface for AI models, allowing users to interact with large language models seamlessly.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Send Message: Send a message to OpenWebUI and receive an AI-generated response.

  • Manage Conversations: Start new conversations or continue existing ones within OpenWebUI.

Credentials

To use the OpenWebUI node, you need to connect it to the OpenWebUI API.

Currently, the system is designed to specify a single host where the API can be accessed. Authentication is primarily handled via API keys or tokens. Future updates may include support for additional authentication methods such as Basic Auth to enhance security and flexibility.

Usage

  1. Add this node to an n8n workflow.

  2. Configure the API credentials for OpenWebUI.

  3. Choose the operation (send a message, manage conversations, etc.).

  4. Run the workflow to interact with OpenWebUI's AI.

For users new to n8n or needing guidance, check out the Try it out documentation.

Resources