Skip to content

external.flowise

Node ID: external.flowise

Category: platform

InputTypeDescription
question (required)stringUser question or message
overrideConfigobjectOverride config for the chatflow
chatIdstringChat ID for conversation continuation
sessionIdstringSession ID
historyarrayConversation history
OutputTypeDescription
textstringResponse text from Flowise
jsonobjectJSON response (if applicable)
chatIdstringChat ID for continuation
chatMessageIdstringChat message ID
sessionIdstringSession ID
sourceDocumentsarraySource documents from RAG
usedToolsarrayUsed tools
agentReasoningarrayAgent reasoning trace
rawResponseobjectRaw response (size-limited)
warningsarrayWarnings from adapter