langflow

n8n node to call Langflow HTTP API endpoints

Package Information

Downloads: 0 weekly / 13 monthly
Latest Version: 0.1.3
Author: Andreas Sefzig

Documentation

n8n-nodes-langflow

An n8n community node for calling Langflow HTTP API endpoints from n8n workflows.

This node is designed for simple integration of intelligence curated in Langflow into n8n workflows. It requests the endpoint of any given Langflow flow by authenticating against the Langflow API key. The text provided as input value for the flow can be used to carry simple strings or compley yet stringified data objects. The response is parsed to extract the answer of the flow.


Installation

Self-hosted n8n

Install the package in your n8n instance:

npm install n8n-nodes-langflow

Discussion