I work with a company that sells electronics - smartphones, TVs, home appliances, that sort of thing - and we've been drowning in DMs and comments from potential buyers. The dream is to build an AI system that automatically replies, saves their info into a CRM, segments them by what they're asking about, and then sends follow-up offers. Basically, make the whole lead gen loop run on autopilot.
Started looking into the stack and immediately hit a wall. The "make it remember conversations" part? Absolute nightmare. Most basic automation tools forget context the second the chat moves to a new message thread. I've seen people hack around it with n8n plus a vector database, but that sounds like a weekend project from hell.
And then there's Meta itself. Someone in the community pointed out that the hardest part isn't even the tech - it's getting the API to play nice. Rate limits hit fast when you're trying to scale, and the platform doesn't exactly roll out the red carpet for automated lead collection.
Right now I'm torn between ManyChat, Zapier, Make, n8n, or diving straight into the Meta API. What I really need to figure out:
- Best combo for auto-saving and tagging leads?
- How to keep AI context alive across multiple customer conversations?
- CRM that actually plays well with this setup?
- Any real-world workflows that survived contact with Meta's API limits?
If anyone's built something similar - especially for high-volume product inquiries - I'd love to hear what worked and what burned you.