Skip to main content

Заметки для n8n

Перевод строки в объект

{{ {"text": $json.content} }}

HTTP Запрос для flowise с памятью

{
  "question":"{{ $json.text }}",
  "overrideConfig":{
    "sessionId":"{{ $json.sessionId }}"
  }
}