Hi guys, how can I make another node or function(and if what which?) turn the function “make chat publicly available” of the chat trigger node turn on? So not manually!!
And after that I also want that function switch it from self hostet chat to embedded chat and give the chat URL as output. Does it work with JS codes? or Do you know any other way?
In general I would like to create a workflow (an ai chatbot) and embed it to a website. that the chatrigger can be used by another app or be embedded, the function “make chat publicly available” should be turned on and the chat URL hast to be copied for my webhook to take it and connect to the righ place on my app.
I solved with a work around. I set my chaturl link so that the chat id is included in the link. and at my website builders side, I said the user id should be in the link and once i trigger it, then connect it with www.xyz-Chat-Id.com. then its working..