UNPKG

n8n-nodes-langflow

Version:

n8n node to call Langflow HTTP API endpoints

17 lines (9 loc) 613 B
# 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: ```bash npm install n8n-nodes-langflow