#Typebot x N8N

1 messages · Page 1 of 1 (latest)

stoic adder
#

Guys,
I'm racking my brains to solve this issue. I created a flow in Typebot to integrate with n8n due to some integrations.

The flow consists of the user asking a question and the assistant in the n8n flow responding. There's a variable called "value," which represents the user's question, and a variable called "response," which represents the value of the agent's response.

My webhook block is configured as follows, as in the attached image.

After this block, there's a text block to display the "response" variable.

I see that the flow in n8n runs smoothly. The response arrives in the Typebot console as shown, but the response isn't displayed in the chat for the user.

What could be wrong?

quartz dune
#

did you test the rewuest from the HTTP and select the data in the response?

stoic adder
quartz dune
#

Can u see if the request was received by n8n from the chat?

#

Did you select the data to use from within http request node?

stoic adder
#

If I understand your question correctly, I see the flow running in n8n without any issues, so much so that the response arrives in the Typebot console, but it's not displayed in the chat.

Regarding the http name, I just added the address and a variable to save the response.

This would be my flow in n8n.

quartz dune
#

Did you assign the data to the variable, as shown here:

stoic adder
#

No, it's configured this way.

In the data field, would it be a new variable or the same one that receives the response value from the n8n flow?

reef geyser
stoic adder
reef geyser
stoic adder
#

I put data.response in data, and it still doesn't work, I put it as plain text and I put it as a variable and it doesn't work.

quartz dune
#

can you post what the response JSON from n8n looks like?

stoic adder
hybrid axle
#

Try replacing data.response with data[0].output. Always use Test Request to identify how to access the data. If you need any information from the flow, fill in the Variable values for test field.