-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
riku_ai
URLs
Webhook Sources
new-chat-session-instant
Description
Emit new event when a user initiates a new chat session with an AI assistant. Useful for tracking engagement or triggering follow-up workflows. Requires chatbot ID as a configuration prop.
new-user-message-instant
Description
Emit new event when a user sends a message to an AI assistant. Useful for capturing live interactions or triggering sentiment analysis. Requires chatbot ID as a configuration prop.
new-response-generated-instant
Description
Emit new event when the AI generates a new response to a user message. Useful for logging AI output or triggering downstream automation. Requires chatbot ID as a configuration prop.
Actions
send-user-message
Description
Send a message to a specific AI chatbot and receive the AI's generated response. Requires chatbot ID and message content.
create-chatbot
Description
Create a new chatbot with specified configuration options such as name, prompt style, and model type. Requires chatbot name and primary prompt details.
update-chatbot-configuration
Description
Update the configuration of an existing chatbot, including prompt, model, or other behavior settings. Requires chatbot ID and one or more configuration fields to update.