Hey there! I’m new to n8n and automation in general. I asked Sonnet 3.7 to write steps for building a workflow in n8n. It gave me a long guide, but I’m not sure if it’s right.
The workflow I want would let me store lots of work docs, meeting notes, and emails in one place. Then I could ask an AI questions about all that info.
Can anyone with n8n experience take a look at what Sonnet 3.7 suggested? Is this a good way to build what I need? Or is it way off? I’d really appreciate some expert advice before I dive in and try to make this work. Thanks!
I’ve worked with n8n quite a bit, and while Sonnet 3.7 might give you a general outline, it’s not always spot-on for n8n specifics. Your workflow idea is pretty ambitious for a beginner - it involves multiple complex steps like email fetching, document storage, and AI integration.
From my experience, I’d suggest starting smaller. Maybe begin with just setting up email capture to a cloud storage service. Once you’ve got that down, you can expand to include document processing and AI analysis.
One thing I’ve learned the hard way is to always double-check against n8n’s official docs. They’re constantly updating, so what worked last month might not work today. Also, the n8n community forums are a great resource for troubleshooting and fresh ideas.
Don’t get discouraged if it seems complicated at first. n8n has a learning curve, but once you get the hang of it, you can build some truly powerful automations. Good luck with your project!
While Sonnet 3.7 can provide a general outline, it’s not always reliable for specific n8n implementations. Your desired workflow is quite complex and might be challenging for a beginner. It would involve setting up multiple nodes to fetch emails and documents, store them in a centralized location (like Google Drive), and then integrate with an AI service for analysis and querying.
For a more manageable start, I’d suggest breaking this down into smaller parts. Begin with a simple workflow that just captures and stores emails or documents. Once you’re comfortable with that, gradually add more components. This approach will help you learn n8n’s capabilities step by step and avoid getting overwhelmed.
Remember to consult n8n’s official documentation and community forums for accurate, up-to-date information on building workflows. They’re invaluable resources for both beginners and experienced users.
hey nate, sonnet 3.7 might give u a general idea but it’s not always accurate for n8n specifics. for what u want, you’d need to setup workflows to grab emails/docs and store em somewhere like google drive. then use AI integration to analyze the content. it’s doable but kinda complex. maybe start with a simpler workflow first to get the hang of n8n?