Trying to build a tool for clients I coach so they can check in daily via Telegram (or other chatapp) and receive AI-personalized coaching and meditation support. I’m not a dev, so I’m trying to build this flow using n8n + OpenAI (or any other better llm/custom gpt). Here’s what I need it to do:
• Send each client daily messages asking how they feel (mood, energy, etc.)
• User taps an emoji or list of options (not typing)
• Store their response to a database
• Feed their log into the (trained) ai to get a personalized insight or suggestion
• Send back a personalized message and possibly an audio file from a curated (saved) library
• Optional: weekly summary or progress update
The key is that the ai learns about the user over time and adjusts response/advice accordingly. Data is secure and owned/access by our company only (HIPAA and all that).
Has anyone built something like this? Or is there a template or working flow I could adapt?
I’m a beginner but can follow instructions fairly well and have built my website that way with zero dev experience (and boy did that require a lot of debugging and troubleshooting).
Any input is appreciated. Can this even be done? I want to learn and understand just been hitting a wall finding info for this exact objective.
Thanks.