Share feedback, ideas and get community help

Updated 3 months ago

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,
F
J
18 comments
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
you can set it between GET and POST
I think I understand. I need to talk to my developer. What framework is recommended for building an API like this?
it all depends on what your linking it to
or using it with
like typebot is mostly typescript and nodejs
I will use the Typebot on a WordPress site. The code for the Typebot is installed on open source linux server
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
I will look at Node/NestJS 🙂 thanks!
but for Rest API's FeatherJS or for overall api's Loopback
cuz Feather excells in real time applications
Add a reply
Sign up and join the conversation on Discord