Chatbotkit
chatbotkitChatBotKit is a platform that enables developers to build and manage AI-powered chatbots, offering comprehensive APIs and SDKs for seamless integration into applications.
Acciones disponibles (11)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Complete ConversationCHATBOTKIT_COMPLETE_CONVERSATIONAcciónTool to send a message to a conversation and receive the bot’s reply. use after retrieving or initiating a conversation id.
CHATBOTKIT_COMPLETE_CONVERSATIONAcciónTool to send a message to a conversation and receive the bot’s reply. use after retrieving or initiating a conversation id.
Parámetros de entrada
textstringObligatorioThe user's input message to send to the conversation
acceptstringenumOptional response format header value; set to 'application/jsonl' to enable streaming responses
application/jsonapplication/jsonlconversation_idstringObligatorioThe unique identifier of the conversation
Parámetros de salida
dataobjectObligatorioContains the AI's response data
errorstringError if any occurred during the execution of the action
successbooleanObligatorioIndicates if the request was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create IntegrationCHATBOTKIT_CREATE_INTEGRATIONAcciónTool to create a new integration. use when you need to set up a support channel integration for a bot after collecting the integration details.
CHATBOTKIT_CREATE_INTEGRATIONAcciónTool to create a new integration. use when you need to set up a support channel integration for a bot after collecting the integration details.
Parámetros de entrada
metaobjectOptional metadata for the integration.
namestringObligatorioName for the integration.
botIdstringObligatorioID of the bot to attach the integration.
emailstringObligatorioEmail address for the support integration channel.
descriptionstringOptional description of the integration.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create SkillsetCHATBOTKIT_CREATE_SKILLSETAcciónTool to create a new skillset. use when you need to group multiple skills into a single reusable unit.
CHATBOTKIT_CREATE_SKILLSETAcciónTool to create a new skillset. use when you need to group multiple skills into a single reusable unit.
Parámetros de entrada
dataobjectOptional data for the skillset
namestringObligatorioName of the new skillset
descriptionstringOptional description for the skillset
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List BotsCHATBOTKIT_LIST_BOTSAcciónTool to retrieve a paginated list of all bots. use when you need to browse or manage multiple bots, and iterate pages via cursor.
CHATBOTKIT_LIST_BOTSAcciónTool to retrieve a paginated list of all bots. use when you need to browse or manage multiple bots, and iterate pages via cursor.
Parámetros de entrada
limitintegerMaximum number of bots to return in one page.
cursorstringPagination cursor. Provide to retrieve the next page of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List conversation messagesCHATBOTKIT_LIST_CONVERSATION_MESSAGESAcciónTool to list messages in a conversation with pagination. use after obtaining a conversation id to fetch messages page by page.
CHATBOTKIT_LIST_CONVERSATION_MESSAGESAcciónTool to list messages in a conversation with pagination. use after obtaining a conversation id to fetch messages page by page.
Parámetros de entrada
takeintegerNumber of messages to retrieve; must be at least 1
orderstringenumSort order of returned messages: 'asc' or 'desc'.
ascdesccursorstringPagination cursor to retrieve the next page of results
conversationIdstringObligatorioUnique identifier of the conversation whose messages are to be listed
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ConversationsCHATBOTKIT_LIST_CONVERSATIONSAcciónTool to retrieve a paginated list of conversations. use when you need to page through conversation history.
CHATBOTKIT_LIST_CONVERSATIONSAcciónTool to retrieve a paginated list of conversations. use when you need to page through conversation history.
Parámetros de entrada
takeintegerNumber of items to retrieve; must be ≥ 1.
orderstringenumSort order of returned items: 'asc' or 'desc'.
ascdescacceptstringenumResponse format header; set to 'application/jsonl' for streaming JSON Lines.
application/jsonapplication/jsonlcursorstringPagination cursor; the ID of the last item from the previous page.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List DatasetsCHATBOTKIT_LIST_DATASETSAcciónTool to list datasets. use when you need to browse or paginate through available datasets.
CHATBOTKIT_LIST_DATASETSAcciónTool to list datasets. use when you need to browse or paginate through available datasets.
Parámetros de entrada
pageintegerPage number for pagination (must be >= 1)
limitintegerNumber of datasets per page (must be between 1 and 100)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List IntegrationsCHATBOTKIT_LIST_INTEGRATIONSAcciónTool to retrieve a list of trigger integrations. use when you need to browse or manage configured trigger integrations and iterate pages via cursor.
CHATBOTKIT_LIST_INTEGRATIONSAcciónTool to retrieve a list of trigger integrations. use when you need to browse or manage configured trigger integrations and iterate pages via cursor.
Parámetros de entrada
takeintegerNumber of integrations to return in one page.
orderstringenumOrder of the returned items ('asc' or 'desc').
ascdesccursorstringPagination cursor. Provide to retrieve the next page of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List PartnersCHATBOTKIT_LIST_PARTNERSAcciónTool to retrieve a list of all partner accounts associated with the main account. use when you need to view or manage all sub-accounts under your partner umbrella.
CHATBOTKIT_LIST_PARTNERSAcciónTool to retrieve a list of all partner accounts associated with the main account. use when you need to view or manage all sub-accounts under your partner umbrella.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List SkillsetsCHATBOTKIT_LIST_SKILLSETSAcciónTool to retrieve a list of all skillsets available in the system. use when you need to enumerate existing skillsets.
CHATBOTKIT_LIST_SKILLSETSAcciónTool to retrieve a list of all skillsets available in the system. use when you need to enumerate existing skillsets.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TokensCHATBOTKIT_LIST_TOKENSAcciónTool to retrieve a list of all api tokens. use when you need to audit or manage existing tokens.
CHATBOTKIT_LIST_TOKENSAcciónTool to retrieve a list of all api tokens. use when you need to audit or manage existing tokens.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not