Skip to content

Chat Trigger

Node: chatTrigger · Full type: @n8n/n8n-nodes-langchain.chatTrigger · Version: 1.4

Credentials

httpBasicAuth (alias: @http)

CREDENTIAL @http = httpBasicAuth "My Chat Trigger"

Parameters

Parameter Type Default Details
public boolean false
mode options "hostedChat" hostedChat, webhook
authentication options "none" basicAuth, n8nUserAuth, none
initialMessages string "Hi there! 👋
My name is Nathan. How ca..."
availableInChat boolean false
agentName string ""
agentDescription string ""
suggestedPrompts fixedCollection {} groups: prompts
options collection {} keys: allowFileUploads, allowedFilesMimeTypes

suggestedPrompts children:

prompts group:

Parameter Type Default Details
text string "" required

options children:

Parameter Type Default Details
allowFileUploads boolean false
allowedFilesMimeTypes string "*"

Example

NODE "chatTrigger" @http AS "Chat Trigger" {
  agentName: "value",
  agentDescription: "value"
}