Hi, I have an Agent set up. What can I use to connect the agent to a live chat on my webiste?
Thanks, Jeroen
Hi, I have an Agent set up. What can I use to connect the agent to a live chat on my webiste?
Thanks, Jeroen
Welcome to the Make community!
AI Agents does not have a front-end widget for use on a website, as they are meant to be run on the server.
For websites, you’ll need to find an service that has a frontend script you can insert on your website/page to display a user chat interface. Personally, I use Chatbase, and you can train the AI on various sources. An example of this can be found on my website, which is described in my profile.
— @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!
Currently there is no front-end widget offered by Make which can be plugged into a scenario.
You should use one of the dedicated tools like Samliew mentioned. These include Chatbase, Botpress, Pickaxe and dozens of new startups appearing weekly.
Or you can code your own tool which will call your scenario using webhooks - but be aware of the usage costs it can generate instantly if implemented incorrectly.