Real-time sales call transcription and analysis using OpenAI GPT-4, automatically extracting insights and updating CRM records.
This project analyzes sales call transcriptions to extract:
- Key talking points
- Customer sentiment
- Action items
- Deal probability
- Next steps
All insights are automatically synced to Zoho CRM.
🎥 Watch Demo Video | 📊 Live Dashboard
- AI/ML: OpenAI GPT-4
- Backend: Node.js, Express
- CRM Integration: Zoho CRM API, Zoho Catalyst
- Automation: Zapier, Webhooks
- Cloud: Google Cloud Platform
✅ Real-time call transcription
✅ Sentiment analysis
✅ Automatic CRM updates
✅ Action item extraction
✅ Deal scoring and probability
✅ Follow-up recommendations
- 📊 Analyzed 500+ sales calls
- ⏱️ Saved 10 hours/week in manual data entry
- 📈 Improved deal close rate by 15%
- 🎯 Increased follow-up response rate by 30%
``` Incoming Call → Transcription → GPT-4 Analysis → Zoho CRM Update ↓ ↓ Webhook Insights DB ```
```bash
git clone https://github.com/juaniitos/Processing-Call.git
npm install
cp .env.example .env
npm start ```
```env OPENAI_API_KEY=your_openai_key ZOHO_CLIENT_ID=your_zoho_client_id ZOHO_CLIENT_SECRET=your_zoho_client_secret ZOHO_REFRESH_TOKEN=your_refresh_token ```
```javascript POST /api/analyze-call POST /api/webhook/zapier GET /api/insights/:callId ```
- Multi-language support
- Voice emotion detection
- Integration with more CRMs (Salesforce, HubSpot)
- Real-time coaching suggestions
Built for IP Immigration Pros INC | Dec 2023 - Jun 2024