Spaces:
Sleeping
Sleeping
| { | |
| "apify_token": "apify_api_J3amq3BFZwtBTddaYQn3PkJxLjeZno0geYY7", | |
| "serpapi_key": "YOUR_SERPAPI_KEY", | |
| "sender_name": "NexusCRM Butler", | |
| "niches": { | |
| "real_estate": { | |
| "search_queries": [ | |
| "real estate agent in {city}", | |
| "realtor in {city}", | |
| "luxury homes in {city}", | |
| "property management {city}" | |
| ], | |
| "templates": { | |
| "email": { | |
| "subject": "Colaboración para {name} en {city}", | |
| "body": "Hola {name},\n\nVi tu excelente perfil inmobiliario en {city}. Estoy ayudando a realtors a automatizar su captación de leads.\n\n¿Te interesaría una breve llamada?\n\nSaludos,\n{sender_name}" | |
| }, | |
| "whatsapp": "¡Hola {name}! Vi tu trabajo en {city}. Tengo una propuesta para automatizar tu prospección inmobiliaria. ¿Hablamos?" | |
| } | |
| }, | |
| "insurance": { | |
| "search_queries": [ | |
| "insurance agent in {city}", | |
| "seguros en {city}", | |
| "broker de seguros {city}" | |
| ], | |
| "templates": { | |
| "email": { | |
| "subject": "Idea for your insurance business in {city}", | |
| "body": "Hi {name},\n\nI noticed your insurance agency in {city}. We help brokers get more leads. Are you interested?\n\nBest,\n{sender_name}" | |
| }, | |
| "whatsapp": "¡Hola {name}! Noté tu éxito en el sector seguros en {city}. Tengo una propuesta para automatizar tu prospección. ¿Hablamos?" | |
| } | |
| } | |
| }, | |
| "automation_rules": [ | |
| { | |
| "if": {"field": "quality_score", "operator": ">=", "value": 8}, | |
| "then": {"type": "mark_priority", "value": 3} | |
| }, | |
| { | |
| "if": {"field": "niche", "operator": "==", "value": "real_estate"}, | |
| "then": {"type": "notify", "message": "New Real Estate lead detected!"} | |
| } | |
| ] | |
| } |