Description
In this tutorial, I show how to create a simple no-code AI agent using Make.com without connecting email, Google Drive, or other heavy authenticated tools.
We build a social media post idea agent that can be triggered through a webhook URL. The user passes a prompt using a query string, and the Make AI Agent uses HTTP tools to read public Google Sheet data for feed sources, topics, and good/bad examples. Finally, the response is returned directly in the browser using Webhook Response.
This is a lightweight case study for anyone who wants to experiment with Make AI Agents before moving into more complex integrations.
Chapters:
00:00 Why build an AI agent without email or Drive access
01:26 Using webhook as a lightweight trigger
03:35 Creating a new Make scenario
06:57 Adding tools for the AI Agent
17:34 Fixing the missing response body
18:08 Adding AI Agent instructions
20:25 Testing the agent output
23:31 Checking execution history and debugging
25:16 Final thoughts and next steps