Customer Satisfaction & Retention Agent - Data App
An agent that assists the Marketing and Sales team to enhance customer satisfaction and retention by proactively addressing dissatisfied customers who might churn. This includes:
Identifying the sentiment of each incoming customer review.
Detecting the language of the review to tailor the communication in the customer's native language.
Predicting what customers are likely to churn and selecting a personalized gift.
Composing a customized apology email and exposing it to the the human for review and sending.
TECHNICAL REQUIREMENTS FOR TOOLS:
Before using the agent, make sure to:
Load your own OpenAI API key in your Secret store on KNIME Hub and pass it to the tools that use an LLM to analyze or draft text: Sentiment_Analyzer_Tool and Retention_Email_Writer_Tool
[Optional] Provide email credentials to the Email_Sender_Tool, if you want the agent to actually send the emails.
Disclaimer: AI agents are powered by LLMs, which generate responses based on patterns in data rather than fixed rules. As a result, their behavior is non-deterministic, meaning outputs may vary even for similar inputs. This may lead to situations where the agent fails to trigger expected tool calls or behaves in ways that differ from prior interactions. Please account for this variability when designing or using AI agents.