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: Google Sheets - Watch Rows (trigger on new rows in Search Criteria tab)
Module 2: FullEnrich - Universal API Request (search for people)
Module 3: Iterator — loop through each found contact
Module 4: Google Sheets - Add a Row (add leads to your Leads Found tab)
2. Prepare your Google Sheets spreadsheet
You need one spreadsheet with two tabs:
Search Criteria tab — with headers in row 1:
Column A: Job Title — e.g.
VP SalesColumn B: Company — e.g.
Acme CorpColumn C: Industry — e.g.
Software DevelopmentColumn D: Country — e.g.
FranceColumn E: Headcount Range — e.g.
51-200Column F: Limit — how many leads to find (e.g.
10)
Leads Found tab — with headers in row 1:
Column A: First Name
Column B: Last Name
Column C: Job Title
Column D: Company
Column E: Domain
Column F: LinkedIn
Column G: Location
Add at least one row of search criteria so you can test the scenario.
3. Connect your accounts
Open each module and connect the required accounts:
Module 1 (Watch Rows): Connect your Google account and select the spreadsheet and the Search Criteria tab. Make sure "Table contains headers" is set to Yes.
Module 2 (FullEnrich): Connect your FullEnrich API key. The template already has the People Search endpoint configured — it maps Job Title, Company, Industry, Country, Headcount Range, and Limit from your spreadsheet columns.
Module 4 (Add a Row): Connect the same Google account and select the same spreadsheet but the Leads Found tab.
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 add a new row in your Search Criteria tab with values like:
Job Title:
Sales ManagerCompany: (leave blank to search all companies)
Industry:
Software DevelopmentCountry:
FranceHeadcount Range:
51-200Limit:
5
Check that new rows appear in the Leads Found tab with contact names, job titles, companies, domains, LinkedIn URLs, and locations.
6. Activate the scenario
Toggle the scenario ON and set a scheduling interval (e.g. every 15 minutes). Every time you add a new row to the Search Criteria tab, the scenario will automatically find matching leads and populate the Leads Found tab.
Tip: The Leads Found tab is populated with First Name, Last Name, Job Title, Company, Domain, LinkedIn URL, and Location. You can add more columns and map additional fields from the FullEnrich response in Module 4 (e.g. email, phone).
