Embedding chatbot with Dialog Flow

Hey everyone, I want to build a very simple site that has an embedded chat bot. It takes input via a single text input field (chat window) and connects to an external database, which then delivers a response via the bot.

The bot’s conversation structure is built with Dialog Flow and pull in the responses from the database with javascript.

We’ve built the prototype site in Wordpress but for many reasons I’d like to shift over to Webflow if possible.

Is it possible to build such a site with Webflow? If so, anything we need to be aware of?

Many thanks in advance!

same question. Is this possible?

Hey,

This should absolutely be possible in Webflow, I guess.
If the chatbot is embedded and runs via client-side JavaScript (as it does in WordPress), Webflow works the same way.
The only things to watch out for are API security and CORS, but those apply equally to WordPress. Webflow doesn’t limit embedded JS or external integrations.

If not, try getting an AI Chatbot that is Webflow-friendly and just move the prompts that you already have to the new chatbot app. I know this is some work to repeat, but it can still be a simple way to go.

Cheers,

Elfsight Team