T
Typebot9mo ago
Hirsw0w

is it possible to create a bot programmatically without the builder?

I would like to know whether its possible to create a bot that the flow being generated by webhook/api that sends json with the blocks for next step instead of building a flow via the UI that follows a script, is it something this project supports/aims to support?
6 Replies
Baptiste
Baptiste9mo ago
Yes you have the API endpoints
Hirsw0w
Hirsw0wOP9mo ago
I see that you can create a complete typebot from the api but I would like to answer as the bot from the API
Baptiste
Baptiste9mo ago
I don't understand. Can you illustrate?
Hirsw0w
Hirsw0wOP9mo ago
I want to create a bot that the responses controlled by a webhook server user opens typebot -> typebot sends webhook -> server returns the answer maybe with some buttons etc user answers -> typebot sends webhook server answer again
William
William9mo ago
you can do that using the http request integration...

Did you find this page helpful?