This workflow combines AI-driven scheduling with document Q&A capabilities. It allows users to:
- Automatically categorize and label emails using AI.
- Chat with PDFs (like the Bitcoin Whitepaper) using GPT and Pinecone vector search.
- Book calendar appointments via a conversational assistant that checks availability in Google Calendar and creates events seamlessly.
- Notify users in Slack when conditions are met.
It’s a complete showcase of how n8n can integrate AI models, vector databases, email automation, and calendar APIs into a single intelligent assistant.
✨ Features
- Email Intelligence: Classify and label incoming emails automatically with OpenAI.
- Slack Integration: Send messages when conditions are met (e.g., emails containing
@n8n
). - PDF Q&A: Upload and query PDFs using GPT-4o + Pinecone vector embeddings.
- Conversational AI Agent: Natural chat interface for booking meetings.
- Google Calendar Automation:
- Check real-time availability.
- Book 30-minute meetings automatically.
- Avoid double-booking conflicts.
- Context Memory: AI assistant remembers recent chat interactions.
- Multi-Model Support: Uses both OpenAI and Anthropic chat models.