The thing with automation when you're testing on free tiers is managing and stressing over credits
The way they run out is a whole task on its own.
I've been working on a chat agent in Voiceflow and I ran out of credits while testing but well, Postman to the rescue
I’m building a hospital appointment automation system from scratch.
I had 3 automation briefs to choose from. I picked the hospital project because it combines AI, databases, scheduling, notifications, payments and human approvals.
#n8n#Automation#BuildInPublic
@Joshua_WD Of course, I'll integrate that as I progress in the project, there'll definitely be that human touch. I'd use: n8n workflow + Supabase approval state + lightweight approval interface. I think that human-in-the-loop layer will be one of the strongest parts of the project
Building the foundation: PostgreSQL+Supabase.
I designed the core data structure for patients, appointments, payments, lab results, notifications, branches and conditions.
The goal: reliable data that workflows can actually use.
#PostgreSQL#Supabase#Automation#BuildInPublic
Automated travel assistant built with @n8n_io & WhatsApp (https://t.co/PeeB8Azn4C)! ✈️
📅 Scans Google Sheets daily 🛫 Sends pre-flight checklists (3 days out) 🏠 Asks for post-trip reviews (1 day back) 🔄 Loops & updates rows to block duplicates
#n8n#BuildInPublic#Automation
Built a Job Application Tracker that:
📥 Intercepts Google Form webhooks
✉️ Sends instant candidate & HR emails
🔀 Routes applicants by experience band
📊 Logs to segmented Google Sheets
⏳ Delays & fires custom interview invites
#BuildInPublic#n8n#Automation#Webhooks
⚡Built an E-Commerce Lead Triage system in n8n:
📥Intercepts POST payloads
🧮 Calculates total order value ($Qty \times Price$)
🔀 Routes high-value leads ➔ Gemini sales brief ➔ Email alert
📊 Routes retail leads ➔ Google Sheets log
#LearningwithTS#TSAcademy#BuildInPublic
Built a live aerospace market intelligence pipeline in n8n!
Ingests raw tech feeds ➡️ Unpacks arrays ➡️ Filters hardware keywords ➡️ Gemini evaluates drone design impact ➡️ Automatically routes [High] priority briefs to the inbox via HTML email.
@terraindustries#BuildInPublic
Day 28: Dived into n8n tonight to rebuild my academic scraper. Stared at raw XML text like a total beginner, but successfully parsed it into clean JSON to feed Gemini.
Navigating a brand-new canvas at the finish line feels like a major level-up!
#30daysoftech#LearningwithTS
Day 28: Dived into n8n tonight to rebuild my academic scraper. Stared at raw XML text like a total beginner, but successfully parsed it into clean JSON to feed Gemini.
Navigating a brand-new canvas at the finish line feels like a major level-up!
#30daysoftech#LearningwithTS
Day 27/30 of my TS Academy challenge! Stared at XML parser errors for hours before realizing I could just use a native RSS module. 💀
Now my Make pipeline pulls papers, Gemini digests them, & emails me daily. Simple wins! 🚀
#30daysoftech#LearningwithTS#TSAcademy