Send a message to a ChatBotKit conversation and receive the bot's AI-generated reply. This is the primary action for interacting with a chatbot. It sends user text to an existing conversation and returns the bot's response along with token usage statistics. Prerequisites: - A va…
textRequiredstringThe user's input message to send to the bot. This is the text the AI will respond to.
acceptstringResponse format. Leave empty (default) for standard JSON response. Set to 'application/jsonl' for streaming responses with real-time token updates.
conversation_idRequiredstringThe unique identifier of the conversation to send a message to. Obtain this ID from the list_conversations action or when creating a new conversation.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.