ARSENAL DE COMBATE n8n
FLUXOS DE LUCRO REAL
COPIE, COLE E COMECE A FATURAR AGORA
GMAIL SNIPER ATIVADO
Júlio, enquanto o WhatsApp não entra em combate, o **Gmail** será seu radar principal. Todos os fluxos abaixo foram recalibrados para enviar alertas em tempo real para **julioferrao1979@gmail.com**.
DICA DE COMANDO: Use "Senhas de App" no seu Google para o n8n conectar sem erros.
Gmail Prioritário
Ouro Protegido
CONFIGURAÇÃO GMAIL (SMTP)
● Host: smtp.gmail.com
● Port: 465 (SSL)
● User: julioferrao1979@gmail.com
● Pass: [Sua Senha de App]
01
DELTA VIDRAÇARIA HUNTER (GMAIL)
Monitoramento de obras e reformas via Google Maps com alerta direto no Gmail.
{
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"value": 6
}
]
}
},
"name": "Cron Trigger 6h",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [250, 300]
},
{
"parameters": {
"url": "https://serpapi.com/search.json?engine=google_maps&q=vidracaria+obras+reformas+rio+de+janeiro&api_key=SUA_CHAVE_SERPAPI",
"options": {}
},
"name": "Maps Sniper",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [450, 300]
},
{
"parameters": {
"fromEmail": "vj7-hunter@gmail.com",
"toEmail": "julioferrao1979@gmail.com",
"subject": "🚨 VJ7 HUNTER: NOVO CLIENTE VIDRAÇARIA (30%)",
"text": "Júlio, novos alvos detectados para a Delta Vidraçaria:\n\n{{$node[\"Maps Sniper\"].json[\"local_results\"].map(r => '🏢 ' + r.title + '\\n📍 ' + r.address + '\\n📞 ' + (r.phone || 'Não listado')).join('\\n\\n---\\n\\n')}}\n\nATAQUE IMEDIATO!",
"options": {}
},
"name": "Gmail Alert",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2,
"position": [750, 300]
}
],
"connections": {
"Cron Trigger 6h": {
"main": [ [ { "node": "Maps Sniper", "type": "main", "index": 0 } ] ]
},
"Maps Sniper": {
"main": [ [ { "node": "Gmail Alert", "type": "main", "index": 0 } ] ]
}
}
}
Copiar JSON Gmail Flow
Monitoramento de intenção de compra (Tours e Aulas) com filtro de IA e alerta Gmail.
{
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"value": 15
}
]
}
},
"name": "Radar 15min",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [200, 300]
},
{
"parameters": {
"url": "https://www.reddit.com/r/travel/search.rss?q=rocinha+tour+rio&sort=new",
"options": {}
},
"name": "Reddit Scan",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [400, 300]
},
{
"parameters": {
"model": "gemini-3-flash-preview",
"prompt": "Analise este post: {{$json[\"title\"]}}. Se for alguém querendo contratar tour na Rocinha ou aulas de música/idiomas, responda 'SIM' e resuma o que a pessoa quer. Caso contrário, responda 'NÃO'.",
"options": {}
},
"name": "Gemini Intel",
"type": "n8n-nodes-base.googleGemini",
"typeVersion": 1,
"position": [600, 300]
},
{
"parameters": {
"conditions": {
"string": [ { "value1": "={{$json[\"text\"]}}", "operation": "contains", "value2": "SIM" } ]
}
},
"name": "Filter Intel",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [800, 300]
},
{
"parameters": {
"toEmail": "julioferrao1979@gmail.com",
"subject": "🎯 VJ7 SOCIAL: OPORTUNIDADE DETECTADA",
"text": "Alvo identificado nas redes sociais!\n\nResumo IA: {{$node[\"Gemini Intel\"].json[\"text\"]}}\n\nLink do Post: {{$node[\"Reddit Scan\"].json[\"link\"]}}",
"options": {}
},
"name": "Gmail Notify",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2,
"position": [1000, 250]
}
],
"connections": {
"Radar 15min": {
"main": [ [ { "node": "Reddit Scan", "type": "main", "index": 0 } ] ]
},
"Reddit Scan": {
"main": [ [ { "node": "Gemini Intel", "type": "main", "index": 0 } ] ]
},
"Gemini Intel": {
"main": [ [ { "node": "Filter Intel", "type": "main", "index": 0 } ] ]
},
"Filter Intel": {
"main": [ [ { "node": "Gmail Notify", "type": "main", "index": 0 } ] ]
}
}
}
Copiar JSON Social Sniper
03
B2B PARTNERSHIP (GMAIL)
Busca de Hotéis e Hostels para parcerias de Transfer Multilíngue com alerta Gmail.
{
"nodes": [
{
"parameters": {
"rule": {
"interval": [ { "field": "days", "value": 3 } ]
}
},
"name": "Trigger 3 dias",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [250, 300]
},
{
"parameters": {
"url": "https://serpapi.com/search.json?engine=google&q=hostels+rio+de+janeiro+english+speaking&api_key=SUA_CHAVE_SERPAPI",
"options": {}
},
"name": "Hostel Search",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [450, 300]
},
{
"parameters": {
"toEmail": "julioferrao1979@gmail.com",
"subject": "🏨 VJ7 B2B: NOVO PARCEIRO POTENCIAL",
"text": "Júlio, encontramos novos hostels/hotéis que atendem estrangeiros:\n\n{{$node[\"Hostel Search\"].json[\"organic_results\"].slice(0,5).map(r => '🏨 ' + r.title + '\\n🔗 ' + r.link).join('\\n\\n')}}\n\nHora de oferecer o Transfer Elite!",
"options": {}
},
"name": "Gmail Partnership",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2,
"position": [700, 300]
}
],
"connections": {
"Trigger 3 dias": {
"main": [ [ { "node": "Hostel Search", "type": "main", "index": 0 } ] ]
},
"Hostel Search": {
"main": [ [ { "node": "Gmail Partnership", "type": "main", "index": 0 } ] ]
}
}
}
Copiar JSON B2B Flow
OUTROS MÉTODOS DE ATAQUE
GOOGLE MAPS API
Use a API oficial para pegar telefones de empresas que acabaram de abrir. Empresas novas precisam de TUDO: vidraçaria, eletricista, site e marketing.
REDDIT MONITOR
O r/riodejaneiro e r/travel são minas de ouro. Turistas perguntam diariamente sobre tours e transfers. O n8n pode responder automaticamente ou te avisar no WhatsApp.
COLD EMAIL IA
Use o Gemini dentro do n8n para escrever e-mails personalizados para cada hotel/hostel. Não mande spam, mande uma SOLUÇÃO de transfer multilíngue.