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
Typebot Docs
Create a typebot - Typebot Docs
Yes you have the API endpoints
I see that you can create a complete typebot from the api but I would like to answer as the bot from the API
I don't understand. Can you illustrate?
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
you can do that using the http request integration...