Connect Typebot to Cliento API

I am exploring the possibilities of integrating Typebot with Cliento’s API and have a specific use case I would like to discuss with you. I am interested in whether it is possible to configure a chatbot with Typebot that can interact with users and collect information through conversation. This information would then be used to automatically populate the fields in Cliento via its API, instead of using Cliento’s own forms. Specifically, I would like to know: 1. Whether Typebot supports sending collected data to external systems via API calls. 2. If there are any specific configurations or customizations required to achieve this integration with Cliento’s API. 3. Any examples or case studies where similar integrations have been implemented. For your reference, here is the API documentation for Cliento: https://developers.cliento.com/docs/rest-api I look forward to hearing your thoughts and recommendations regarding this potential integration. Thank you very much for your time and assistance. Best regards,
Rest API | Cliento for developers
When the widget first loads, it will fetch settings and ref-data (services and resources).
9 Replies
FzinaHaMed
FzinaHaMed3mo ago
currently typebot doesnt have an integtations but since its open source most probably you will have to integrate it to typebot overall it depends on Baptiste's view towards it wait this is possible @Johan Lindberg Typebot has HTTPS Request block
Johan Lindberg
Johan Lindberg3mo ago
😃
FzinaHaMed
FzinaHaMed3mo ago
you can set it between GET and POST
Johan Lindberg
Johan Lindberg3mo ago
I think I understand. I need to talk to my developer. What framework is recommended for building an API like this?
FzinaHaMed
FzinaHaMed3mo ago
hmmm it all depends on what your linking it to or using it with like typebot is mostly typescript and nodejs
Johan Lindberg
Johan Lindberg3mo ago
I will use the Typebot on a WordPress site. The code for the Typebot is installed on open source linux server
FzinaHaMed
FzinaHaMed3mo ago
ok then i guess something that suits typescript and scripts that revolve around it ig but mainly ones that are good with node js cuz if you take a look at typebot most of the modules are using ts and node js NestJS is one option and one i really reccommend
Johan Lindberg
Johan Lindberg3mo ago
I will look at Node/NestJS 🙂 thanks!
FzinaHaMed
FzinaHaMed3mo ago
but for Rest API's FeatherJS or for overall api's Loopback cuz Feather excells in real time applications