Inspiration
The idea was inspired by the need to simplify CRM workflows and customer support through intelligent automation. We wanted to build a solution that combines AI, knowledge access, and real time interaction with Salesforce.
What it does
SupportSalesforce is a smart assistant that:
- Understands chat messages
- Automatically creates leads in Salesforce
- Uses ChatGPT to process questions
- Fetches information via Wikipedia API
- Can send personalized follow up emails
- Logs data (optionally) in Google Sheets ## How we built it We used n8n to orchestrate the workflow:
- Webhook or Chat Trigger to receive input
- OpenAI Node to analyze intent
- Salesforce Node to create leads
- HTTP Request to fetch external data
- Simple Memory to store context We also explored options for public access through webhooks and HTML frontends hosted on Netlify. ## Challenges we ran into
- OAuth authentication setup for Salesforce
- Building a flexible, general-purpose AI chat interface
- Making the workflow modular and reusable
- Creating a shareable public version of the chat ## Accomplishments that we're proud of
- Successfully connected OpenAI (ChatGPT) with Salesforce via n8n
- Created an intelligent workflow that understands user input and responds meaningfully
- Automated the creation of leads in Salesforce from chat conversations
- Integrated Wikipedia API for real-time knowledge enrichment
- Built a modular and expandable workflow, ready for multiple use cases
- Maintained a fully no-code/low-code approach with zero financial cost
- Made the system easy to scale and customizable for different teams
- Learned how to deploy and share a public chatbot using webhooks and HTML ## What we learned
- How to use n8n as an AI orchestrator
- How to integrate GPT with real business logic
- How to link multiple APIs and services
- How to make a no-code bot feel intelligent ## What's next for SupportSales
- Add lead scoring with ChatGPT
- Integrate automatic email replies
- Create a public web interface for end users
- Open-source the template for others
## Try it
[Coming soon – hosted version with share link]
Built With
- google-drive
- googlesheets(optional)
- hppt;requestnode
- html&javascript(optional)
- n8n
- openai(chatgpt)
- salesforce
- simplememorynode(n8n)
- wikipedia


Log in or sign up for Devpost to join the conversation.