Reputation Management Agent

Hello Mindstudio community, I’m attempting to build an AI agent that can automatically monitor a customer’s reputation online for negative or positive reviews on social media. This agent will then send a message to the end user regarding the review with an appropriate response in their brand’s voice. I plan to leverage the Comment Sentiment Analyzer template, but I’m not sure what the simplest method is the configure a flow that allows the end user to register and allows the activation of this agent. Has anyone created a similar agent? What would be the ideal workflow and recommended blocks?

Hi @menostar,

Thanks for the post!

Comment Sentiment Analyzer is a good starting point for this kind of Agent. The next step is to decide which websites you want it to pull reviews from. Once you have that list, you can add Scrape URL blocks for each site to fetch the data. You can also use a Google Search block to help the Agent find pages that might contain relevant reviews.

Hope this helps!