Hi, im Giovanny from Colombia, im looking to connect my n8n RAG with Webhook using Typebot, i already get the user menssaje and the webhook response, but i get a problem when i was trying to show in the UI chat or typebot chat like the image.
I need some help Thanks💔 💔
Webhook details when user type:
{
"statusCode": 200,
"response": [
{
"output": "Hola, ¿cómo puedo ayudarte hoy?"
}
],
"request": {
"url": "
https://n8n-n8n.jik.easypanel.host/webhook/XXXXXXX",
"method": "POST",
"headers": {
"Content-Type": "application/json"
},
"timeout": false,
"json": {
"message": "Hi, good night"
}
}
}