1. Import the template into Make
Click Get Template above to download the blueprint JSON. In Make, go to Scenarios → Create a new scenario, click the ... menu at the bottom and select Import Blueprint. Upload the JSON file. You'll see 4 modules:
Module 1: Monday.com - Watch Board Items (trigger on new items)
Module 2: FullEnrich - Universal API Request (search for people)
Module 3: Iterator — loop through each found contact
Module 4: Monday.com - Create an Item (add leads to your Leads Found board)
2. Prepare your Monday.com boards
You need two boards:
Search Criteria board — with columns:
Job Title (text) — e.g.
VP SalesIndustry (text) — e.g.
SaaSCountry (text) — e.g.
United StatesHeadcount Range (text) — e.g.
51-200Limit (number) — how many leads to find (e.g.
10)
Leads Found board — where the found contacts will be created as new items.
Add at least one item in the Search Criteria board so you can test the scenario.
3. Connect your accounts
Open each module and connect the required accounts:
Module 1 (Watch Board Items): Connect your Monday.com account and select the Search Criteria board. Set Watch to New Items.
Module 2 (FullEnrich): Connect your FullEnrich API key. The template already has the People Search endpoint and body configured — it maps Job Title, Industry, Country, Headcount Range, and Limit from your Monday.com item columns.
Module 4 (Create Item): Connect the same Monday.com account and select the Leads Found board.
Important: The template maps column values using internal Monday.com column IDs (like
text_mm1mmjkr). If your board has different column IDs, you'll need to re-map them. Click into Module 2 and update the body JSON to use your board's column IDs — you can find them by testing Module 1 first and checking the output.
4. Configure the Iterator
Module 3 is an Iterator — it takes the array of people returned by FullEnrich and loops through each one. The template is pre-configured to iterate over body.people. No changes needed unless you've modified the FullEnrich response structure.
5. Test the scenario
Click Run once, then create a new item in your Search Criteria board with values like:
Job Title:
VP SalesIndustry:
SaaSCountry:
United StatesHeadcount Range:
51-200Limit:
5
Check that new items appear in the Leads Found board with contact names from FullEnrich.
6. Activate the scenario
Toggle the scenario ON and set a scheduling interval (e.g. every 15 minutes). Every time you add a new search criteria item, the scenario will automatically find matching leads and populate your Leads Found board.
Tip: You can add more columns to the Leads Found board (Email, Phone, Company, LinkedIn URL) and map them from the FullEnrich response in Module 4 to get a fully enriched lead list.
