How to build bots using SDKs or HTTP API July 22, 2024 13:58 Updated One of the main goals of the Blip platform is to provide people and companies with all the necessary support to facilitate and speed up the creation, management, and evolution of intelligent contacts (also known as bots or chatbots). With the creation phase in mind, Blip provides 3 ways to build your conversational application: Builder - Visual construction tool (no coding required) For more information on what the Builder is or how to use it to build a bot, click here. SDKs - Using one of Blip's SDKs (available in C#, JavaScript and Java). API HTTP - Through API HTTP do Blip (enables the creation of a bot in any programming language). In this model, Blip makes requests to an endpoint defined by the chatbot developer whenever new messages or notifications are available. Similarly, whenever the bot wants to send a message to the client, an HTTP request to Blip's API will be required. The advantage of using the HTTP API model is having the possibility to build your bot in programming languages other than C#, JavaScript, and Java. For more details on how to use one of Blip's SDKs or HTTP API, click here. For more information, join the discussion on the topic in our community or watch the videos on our channel. 😃 Related articles C# SDK with .NET Core Support Action: Run script Resources Module in Blip How to configure Dialogflow as your AI provider [C# SDK] Creating a Content Distribution List