Automating the Signal: Make.com for your AI Health Stack
Make.com is a visual automation builder that lets you connect different apps and services to create surprisingly sophisticated health workflows.
The daily work of managing health data is repetitive. Every symptom log, every sleep score, every lab result needs to be captured, formatted, and stored. Doing this manually is not just tedious; it's a primary reason most people stop tracking their data, leaving valuable signals on the table.
What Make.com actually does
Make.com is a visual automation platform that allows you to connect different applications and services into coherent workflows without writing code. Think of it as plumbing for your digital tools. Instead of manually copying data from your sleep tracker to a spreadsheet, you build a 'scenario' in Make that watches for new data and sends it where it needs to go automatically.
- It connects to thousands of apps, including Google Sheets, Airtable, OpenAI, email clients, and various health APIs.
- It operates on a trigger-and-action model: a new entry in a form (trigger) can cause it to send that data to an AI model for analysis (action).
- Its visual editor shows the flow of data as a series of connected circles, making complex multi-step automations easier to understand than simple point-to-point tools.
- It can handle complex logic, like routing data differently based on its content or running workflows on a schedule.
How I use it for personal wellness
I use Make.com to automate the 'Ledger' layer of my health stack. My goal is a single, unified health record without manual data entry. My primary use case is an automated symptom journal that feeds a central database in Airtable.
The setup is simple: I have a basic web form I can pull up on my phone. When I submit an entry—say, 'headache, 4/10, noticed after lunch'—a Make.com scenario triggers. It takes the raw text, sends it to an OpenAI model with a specific prompt to structure the data into fields (Symptom, Severity, Context), and then adds it as a new, clean record in my Airtable base. The entire process takes about five seconds.
How practitioners use it
For practitioners, the value of Make.com lies in its scalability and cost-effectiveness compared to alternatives like Zapier, especially with high client volume. The ability to build one robust workflow and clone it for each new client is a significant time-saver.
A common practitioner workflow is client intake and monitoring. A new client signs up, and a Make scenario automatically creates their folder in Google Drive, sets up a shared symptom tracking sheet, and sends a welcome email with instructions. When the client adds a new entry to their sheet, another scenario can trigger. It can analyze the entry for urgent keywords (e.g., 'severe pain'), and if found, send a priority notification to the practitioner via Slack or a secure messaging app.
- Automate the creation of personalized client protocols by pulling from a library of interventions based on intake form data.
- Schedule and send automated check-in emails or text messages to clients.
- Generate weekly summary reports for each client, pulling data from their logs and using an AI to draft a high-level overview for review.
Where it falls short
Make.com has a steeper learning curve than its main competitor, Zapier. The visual interface is powerful, but understanding how data is passed between modules, how to handle errors, and how to manage 'execution history' requires an initial time investment. It is not a plug-and-play experience.
Privacy is another consideration. You are routing personal health data through a third-party service. While Make.com has a stated security posture, it's crucial to understand that your data is being processed on their servers. For sensitive PHI, this may not be an appropriate tool without a specific BAA (Business Associate Agreement) in place, which is typically an enterprise-level feature. Its free and standard tiers are not HIPAA-compliant out of the box.
The point
The real benefit of integrating a tool like Make.com is not the automation itself, but the consistency it enables. It removes the friction of manual data entry, which is the most common failure point in any self-tracking protocol. By building a reliable pipeline for your personal health data, you create the foundation—the Ledger—upon which more advanced AI-driven analysis and protocol design can be built. You stop managing data and start using it.
Recommended next