← Back to Selected Work
GitHub
Amul Stock Automation
Built to solve a personal frustration — Amul protein products that sell out instantly. This automation reverse-engineers the Amul website's proprietary cookie and session management to programmatically poll inventory data by pincode. When selected products return to stock, it triggers ElevenLabs AI voice agents via API to make real phone calls directly to the user's mobile. The entire workflow runs on n8n with smart retry logic, configurable check intervals, and location-aware stock queries. A fun weekend project that combines reverse engineering, workflow automation, and AI voice technology into something genuinely useful.
Key Highlights
- 01Reverse-engineered proprietary web authentication — deciphered complex cookie and session mechanisms for automated requests
- 02ElevenLabs AI voice agent integration — real phone calls, not emails or texts you'll ignore
- 03Location-aware stock monitoring with pincode-based inventory queries and product selection
- 04Smart retry logic with configurable intervals (default 3 minutes) for persistent monitoring
- 05End-to-end n8n workflow from web form intake to phone notification in a single automated pipeline