The true measure of the AI Agents feature lies in its practical application to solve real business
problems. By combining a well-defined agent with a suite of powerful tools, you can automate
complex processes that traditionally required significant manual effort. Below are three detailed
use cases that demonstrate the versatility of Make AI Agents.
Use Case 1: The Automated Slack Executive Assistant
This agent acts as a personal assistant within Slack, capable of handling routine administrative
tasks based on simple chat commands. It showcases how an agent can serve as a user-friendly
interface for more complex backend automations.
The workflow is straightforward:
1.Trigger: A new message is posted in a designated Slack channel.
2.Action: The "Run an agent" module is triggered, passing the message text and the
conversation's Thread ID to the Slack Assistant agent.
3.Response: The agent processes the request, potentially using one of its tools, and
formulates a reply.
4.Output: A final Slack module posts the agent's reply back into the correct Slack thread.
In practice, a user can interact with this agent conversationally. If the user asks, "What can you
do?" the agent, referencing its system prompt, will list its capabilities, such as enrolling a student
or creating a Notion task. If the user then says, "Please enroll student John Doe with email
[email protected] in the 'no-code-operator' course," the agent will identify the "Enroll Student
in Course" task, confirm it has all the necessary information (name, email, course), and trigger
the corresponding tool scenario to perform the enrollment.
Use Case 2: The Proactive Lead Research Agent
This use case demonstrates how an agent can automate the time-consuming process of lead
enrichment, providing sales teams with valuable context on new prospects without any manual
research.
The automation flow for this agent is as follows:
1.Trigger: A new lead submits their information through a web form, such as one created
with Tally.
2.Initial Save: The lead's basic information (name, email, company) is saved as a new
contact in a CRM like HubSpot.
3.Agent Activation: The "Run an agent" module is triggered, activating the Lead Research
Agent and providing it with the initial lead data.
The agent then executes a sequence of actions using its specialized tools:
●It uses a Google Search tool to find the lead's personal and company LinkedIn profile
URLs.
●It passes these URLs to a Get LinkedIn Profile Details tool, which might use a service
like Apify to scrape detailed information such as job history, skills, and education.
●It uses an Extract Content from Website tool to analyze the lead's company website for
additional context.