- Home
- Resources
- Integrations
- MonkeyLearn
MonkeyLearn Make integrationAutomate MonkeyLearn with Make.
What if every piece of text your tools collect got sorted without you reading it? The MonkeyLearn Make integration gives you 11 modules: 9 actions and 2 searches. This page shows how to connect your account and build a first scenario that classifies and extracts text.
Verified Trustpilot reviews · AI, automation & growth agency
What can the MonkeyLearn Make integration do for you?
The MonkeyLearn Make integration lets a Make scenario, the automation you build in Make as a chain of modules, send text to your MonkeyLearn models and pass the answer on to your other tools. You pick the text, the classifier or extractor, and where the result goes. No code involved.
Tag incoming text automatically. A support ticket, a survey answer or a review lands in another app; Classify Text runs it through your classifier and the next module files it where it belongs.
Pull the useful bits out of long text. Extract Text sends the same text to an extractor, so the pieces of information you care about reach a spreadsheet or a CRM without copy and paste.
Keep your models tidy from Make. Create a Classifier, Upload Classifier Data and Update a Classifier let a scenario build and feed a model, while List Classifiers and Get a Classifier check what already exists.
One limit to know upfront: MonkeyLearn has no trigger in Make, so it never starts a scenario on its own. Another app or a schedule opens the flow, and MonkeyLearn works in the middle. The official doc also warns that it is AI-generated and may contain mistakes, so check important details with MonkeyLearn.
New to the editor? The Make training walks through the basics, and n8n vs Make helps if you are still choosing a tool, while plan limits are covered in Make pricing.
How do you connect MonkeyLearn to Make?
- 01
Copy your API key in MonkeyLearn
You need an active MonkeyLearn account. Open your account dashboard, go to the API Keys section and copy the key shown on screen. That key is what Make uses to act on your behalf.
- 02
Add a MonkeyLearn module
In your Make scenario, add any MonkeyLearn module and click Create a connection. A connection is your MonkeyLearn account linked to Make once and reused by every MonkeyLearn module afterwards.
- 03
Name it and paste the key
The Connection name field is optional, but a clear name helps when you run several accounts. Paste the API key you copied, or follow the on-screen instructions, then save the connection.
Your first scenario with MonkeyLearn
GoalWhen new text arrives in another app, Make classifies it and extracts its key details with MonkeyLearn.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the module of the app where your text shows up, such as a form or a help desk tool, and connect it.
- 02
Add Classify Text
Click the + on the right of that first module, search for MonkeyLearn and choose Classify Text. Create the connection with your API key if you have not done it yet.
- 03
Map the text and pick a classifier
Fill the module: choose the classifier to use, then map the text coming from the first module. Mapping means clicking the value from the previous module instead of typing it.
- 04
Add Extract Text
Click the + again and add Extract Text. Choose your extractor and map the same text, so one message gets both a category and its extracted details.
- 05
Test with Run once
Click Run once, then send a sample text through the first app. Open each module to read the bundles it received; a bundle is one item passed from module to module.
- 06
Schedule and switch on
Set the schedule on the first module with the clock icon. A new scenario checks every 15 minutes by default, and the Free plan cannot go below that. Then switch the scenario on.
What each MonkeyLearn module does
MonkeyLearn gives you 11 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Classify Text
ActionIn Make“Classifies the text with a given classifier.”
Runs a piece of text through the classifier you choose and hands the result to the next module, so a scenario can route a message based on what it is about.
Create a Classifier
ActionIn Make“Creates a new classifier.”
Sets up a brand new classifier in your MonkeyLearn account straight from a scenario, which saves a trip to the MonkeyLearn interface when a new need appears.
Delete a Classifier
ActionIn Make“Deletes a classifier.”
Removes a classifier from your MonkeyLearn account, which keeps your list clean once a model has served its purpose and nobody relies on it anymore.
Extract Text
ActionIn Make“Extracts information from the text with a given extractor.”
Sends text to one of your extractors and returns the pieces of information it finds, ready to be mapped into a sheet, a CRM record or a message.
Get a Classifier
ActionIn Make“Returns information about a classifier including its settings, stats, and tags.”
Fetches the details of one classifier, including its settings, stats and tags, so the scenario can read them and decide what to do next.
Get an Extractor
ActionIn Make“Returns information about an extractor.”
Returns the information MonkeyLearn holds about one extractor, which helps you confirm which model a scenario is about to use before any text goes through it.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls any endpoint of the MonkeyLearn API with the connection you already set up, so you are not stuck when the listed modules stop short of what you need.
Update a Classifier
ActionIn Make“Updates a classifier name, description, and settings.”
Changes the name, description or settings of an existing classifier, so the model keeps matching how your team actually uses it as things evolve.
Upload Classifier Data
ActionIn Make“Uploads data to a classifier.”
Pushes new examples into a classifier so it has material to learn from, directly from the data your other apps already hold.
List Classifiers
SearchIn Make“Returns all the available classifiers for the user.”
Brings back every classifier available on your MonkeyLearn account, each one as a separate bundle the next modules can work through.
List Extractors
SearchIn Make“Returns all the available extractors for the user.”
Returns all the extractors on your account, one bundle per extractor, which gives your scenario a starting point when it has to pick among them.
Need help automating MonkeyLearn with Make?
A person reads every message.