Automation workflow built using n8n.
- End-to-end lead scraping automation
- Webhook-based API trigger
- Google Sheets data storage integration
- Twilio Voice Call automation
- Twilio WhatsApp messaging automation
- Cloud deployed on Railway
- n8n (workflow automation)
- Docker (containerization)
- Railway (deployment)
- Webhooks / APIs
- Download the JSON file
- Import into n8n
- Add your API credentials (Twilio, Google Sheets, etc.)
- Run the workflow
See Workflow JSON
This workflow performs end-to-end lead processing:
- Receives input via Webhook API
- Scrapes / processes lead data
- Stores leads in Google Sheets
- Triggers Twilio automation:
- Automated voice calling (Twilio)
- WhatsApp messaging (Twilio API)
- Twilio (Voice Call Automation)
- Twilio WhatsApp API
- Google Sheets (Data Storage)
- Webhooks (API trigger)
Webhook → Data Processing → Google Sheets → Twilio Call → WhatsApp Message → Response
Live Application: https://n8n-production-3c1c.up.railway.app
Credentials (Twilio, Google Sheets, etc.) are excluded for security reasons.
Please configure your own API keys before running the workflow.
Eleven Labs Voice agent Link : https://elevenlabs.io/app/talk-to?agent_id=agent_3501kkyxstrrfr38cpzk63vp9wcz&branch_id=agtbrch_6801kkyxsvh1fs88ataxvw0yec00
This AI coversational voice agent used for a professional and efficient Lead Qualification that is mainly talk to users for general FAQS regarding the leads generated via n8n to convert if scaleable will connect twilio to eleven labs for efficient automation tool
Endpoint(Demo API):
https://n8n-production-3c1c.up.railway.app/webhook/demo
Method:
GET
Sample Response:
{
"status": "success",
"project": "AI Lead Scraper",
"message": "Workflow is live"
}



