It is a great explanation and a straightforward step-by-step tutorial. Keep it up. My project is automating my resume/CV and incoming offers, putting all my experience in a vanilla resume, check (and correct) for deficiencies, and have it match with offers with reqruiter SEO text. To top it of I maintain my CV in Obsidian and sync it with Github, meaning that I will have some sort of Github source to RAG in there. That's what I would love to see, RAG and an automated response to certain incoming emails (to keep is simple).
Hello Justas, how are you? Your automation is amazing! I was actually looking for a video about this topic. I just need one more detail in this automation to finalize mine, which would be something like a SaaS that registers and sends reminders for third parties on WhatsApp. For example: “Pick up my dad at the airport the day after tomorrow at 1 PM” (in this case, both my dad and I would receive pre-programmed reminders), such as 1 day before, 6 hours before, and the last one 15 minutes before. This would allow all users to schedule reminders in their daily routine, preferably via voice, especially for elderly people who struggle with typing. They could schedule reminders (e.g., “Take medicine X every day at 8 AM”) with periodicity options like daily, weekly, monthly, etc. Without wanting to impose, what should I add to N8N to implement this functionality? Thank you in advance, I follow you, and your explanations and topics are incredible! thanks.
Thanks for a nice feedback! Well there is an option for Google Calendar to add reminders. On n8n you have to deselect "Use Default Reminders" and that opens up an option to set custom reminders. So you would have to configure the agent, to select the right reminder method and select the right frequency.
It is a great explanation and a straightforward step-by-step tutorial. Keep it up. My project is automating my resume/CV and incoming offers, putting all my experience in a vanilla resume, check (and correct) for deficiencies, and have it match with offers with reqruiter SEO text. To top it of I maintain my CV in Obsidian and sync it with Github, meaning that I will have some sort of Github source to RAG in there. That's what I would love to see, RAG and an automated response to certain incoming emails (to keep is simple).
Sounds like a cool project! Might do something similar in the future, thanks for suggestion!
Hello Justas, how are you? Your automation is amazing! I was actually looking for a video about this topic. I just need one more detail in this automation to finalize mine, which would be something like a SaaS that registers and sends reminders for third parties on WhatsApp. For example: “Pick up my dad at the airport the day after tomorrow at 1 PM” (in this case, both my dad and I would receive pre-programmed reminders), such as 1 day before, 6 hours before, and the last one 15 minutes before. This would allow all users to schedule reminders in their daily routine, preferably via voice, especially for elderly people who struggle with typing. They could schedule reminders (e.g., “Take medicine X every day at 8 AM”) with periodicity options like daily, weekly, monthly, etc. Without wanting to impose, what should I add to N8N to implement this functionality? Thank you in advance, I follow you, and your explanations and topics are incredible! thanks.
Thanks for a nice feedback! Well there is an option for Google Calendar to add reminders. On n8n you have to deselect "Use Default Reminders" and that opens up an option to set custom reminders. So you would have to configure the agent, to select the right reminder method and select the right frequency.