n8n-nodes-poe
v1.0.2
Published
n8n community node for Poe — send prompts to AI models via Poe API.
Maintainers
Readme
n8n-nodes-poe
This is an n8n community node that lets you interact with Poe AI models in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Poe is an AI platform that provides access to various AI models.
Installation
Follow the installation guide in the n8n community nodes documentation.
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-poein Enter npm package name - Agree to the risks and select Install
Manual Installation
To get started, install the package in your n8n root directory:
npm install n8n-nodes-poeFor Docker-based deployments, add the following line before the font installation command in your n8n Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-poeOperations
- Send Prompt: Send a prompt to a Poe AI model and receive a response
Credentials
You need a Poe API key to use this node. You can obtain one from Poe API Settings.
Compatibility
Tested against n8n version 1.0+.
Usage
- Add the Poe node to your workflow
- Configure your Poe API credentials
- Select a model from the dropdown
- Enter your prompt
- Configure optional parameters (max tokens, temperature)
- Execute the node
Resources
Version History
1.0.0
- Initial release
- Support for sending prompts to Poe AI models
- Dynamic model loading
- Configurable parameters (max tokens, temperature)
