Typebot Controller
Simplified integration with Typebot, simplifying interactive conversation creation and continuation. Users only need to specify the host https://typebot.io
(without a trailing slash). CodeChat API automatically manages two key processes:
Start Chat (
start-chat
): Uses path/api/v1/typebots/:publicId/startChat
, requiring parameters likepublicId
,isStreamEnabled
,message
, and optionallyresultId
.Continue Chat (
continue-chat
): Utilizes/api/v1/sessions/:sessionId/continueChat
, needingsessionId
and themessage
to respond to the previous question.
This integration significantly eases interacting with Typebot, removing the need to handle complex configuration details and allowing a greater focus on building effective and engaging interactive conversations.
📄️ Set Integration
Set Integration
📄️ Retriever Integration
Retriever Integration
📄️ Update Integration
Update Integration
📄️ Delete Integration
Delete Integration
📄️ Find Sessions
Find sessions by keyRemoteJid and status
📄️ Update Session Status
The `/session/{sessionId}` (PATCH) endpoint is designed to provide administrative control over the individual sessions of a Typebot conversational bot. This endpoint is particularly useful for managing real-time interactions, allowing you to pause, resume, or end a bot session during a conversation.