Share feedback, ideas and get community help

o
ooshy
Offline, last seen 3 months ago
Joined September 13, 2024
Hi there, is it possible to modify the send button of the chatbot so hitting enter/return on the keyboard will send the message?
5 comments
o
B
Hi @Baptiste in a script node I have console.log('postAgentMessageToUser content:', content); and i can see the string that exists within 'content' in the console.

I want to display this string back to the user as a typebot message but not sure how to do so. I've tried to set variables within the script node and using a set variable node but haven't gotten anything to work. Any help appreciated
10 comments
B
W
o