#17 TRANSPORT SNIPER (RIO DE JANEIRO)
{
"nodes": [
{
"parameters": {
"url": "https://api.twitter.com/2/tweets/search/recent?query=(transfer galeao OR taxi santos dumont OR guia rio de janeiro)",
"options": {}
},
"name": "Busca Twitter/X",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [250, 300]
},
{
"parameters": {
"phoneNumber": "SEU_WHATSAPP_AQUI",
"message": "🚨 NOVO LEAD DE TRANSPORTE:\n\nLead: {{ $node[\"Busca Twitter/X\"].json[\"text\"] }}\nLink: {{ $node[\"Busca Twitter/X\"].json[\"link\"] }}"
},
"name": "Alerta WhatsApp",
"type": "n8n-nodes-base.whatsApp",
"typeVersion": 1,
"position": [500, 300]
}
],
"connections": {
"Busca Twitter/X": { "main": [[ { "node": "Alerta WhatsApp", "type": "main", "index": 0 } ]] }
}
}
#19 LESSONS SNIPER (VIOLÃO & IDIOMAS)
{
"nodes": [
{
"parameters": {
"url": "https://www.reddit.com/r/idiomas/new.json",
"options": {}
},
"name": "Busca Reddit Idiomas",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [250, 500]
},
{
"parameters": {
"phoneNumber": "SEU_WHATSAPP_AQUI",
"message": "🎸 NOVO ALUNO POTENCIAL:\n\nPost: {{ $node[\"Busca Reddit Idiomas\"].json[\"title\"] }}\nLink: {{ $node[\"Busca Reddit Idiomas\"].json[\"url\"] }}"
},
"name": "Alerta WhatsApp",
"type": "n8n-nodes-base.whatsApp",
"typeVersion": 1,
"position": [500, 500]
}
],
"connections": {
"Busca Reddit Idiomas": { "main": [[ { "node": "Alerta WhatsApp", "type": "main", "index": 0 } ]] }
}
}