This repository contains modular AI-first automation agents and workflow blueprints built in Make. Each folder includes a specific automation use case—ranging from inbound lead handling to outbound prospecting and calendar scheduling.
- ✅ Autonomous agents that can qualify leads, book meetings, and respond to emails
- 🔁 Reusable sub-scenarios like
get_available_time_slots
andbook_meeting
- 🧩 Conditional logic + OpenAI GPT-4 for dynamic and personalized outputs
- 🔗 Integrations with Gmail, Google Calendar, Sheets, Airtable, and external APIs via HTTP
Each folder represents a specific automation use case:
-
B2B_AI_Prospecting_Agent/
Automates outbound cold email campaigns using AI, research, and multi-step logic. -
Inbound_Lead_Response_Agent/
Listens for inbound emails or form fills and responds intelligently to qualify or book meetings. -
Calendar_Scheduling_Agent/
Fetches availability from Google Calendar and automates meeting booking using webhooks. -
Agent_Tools/
Standalone Make scenarios used as callable agent tools (e.g. time slot lookup, meeting booking).
- Clone or download this repo
- Go to Make
- Create a new scenario and click Import Blueprint
- Paste the contents of the
.json
file from any folder - Customize modules for your tools (OpenAI keys, Gmail, Calendly, Airtable, etc.)
- A Make account
- OpenAI API key (for GPT-powered agents)
- Perplexity API key (for deep research, source data)
- API access to any 3rd-party tools you want to use (e.g. Gmail, CRM, GoogleSheets, RapidAPI, Apify, etc.)
Have a great automation or sub-agent to add?
Fork this repo and open a pull request — new blueprints are welcome.
Message Nate Shelly on LinkedIn or open an issue in this repo.
MIT License — free to use and modify. Attribution appreciated.