How i get answer from chat with postman

Hello,
I have created a chatbot with a chat input and an AI agent and its work.

but when I want to send a message to it with Postman and receive recieve answer in test mode, i get question message as answer!!
how get true answer in postman

Information on your n8n setup

  • **n8n version:1.79.3
  • **Database:inmemory
  • **Running n8n via :Docker

You can use a Webhook trigger node and map an parameter to chatInput variable.

BUT the Window Buffer memory will not work! The window buffer uses the users browser to store the history.

i do this but webhook dont send parametes to chat or aiagent
what i do?

The Connected Chat Trigger Node is using the $json.chatInput as prompt.
That’s the reason I put the Edit node and map a query parameter to chatInput.

2 Likes

i add sessionId to param and i could use windows memory

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.