The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Mestre de Cobran\u00e7a RS Auto",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 8 * * *"
}
]
}
},
"id": "trigger",
"name": "Schedule",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"method": "GET",
"url": "=http://localhost:8080/api/pagamentos-pendentes",
"authentication": "predefined",
"headerParameters": {
"parameters": [
{
"name": "apikey",
"value": "sua_chave_aqui"
}
]
}
},
"id": "supabase_fetch",
"name": "Buscar Pagamentos",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
450,
300
]
},
{
"parameters": {
"conditions": {
"boolean": [
{
"value1": "={{ $json.dias_vencimento }}",
"value2": 0
}
]
}
},
"id": "check_vencimento",
"name": "Vencendo Hoje?",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
650,
300
]
},
{
"parameters": {
"method": "POST",
"url": "=http://localhost:8081/message/sendText/RS-Auto",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "number",
"value": "={{ $json.whatsapp }}"
},
{
"name": "text",
"value": "=Ol\u00e1 {{ $json.nome }}, sua mensalidade ROTA F\u00c1CIL vence hoje ({{ $json.valor }}). Use o Pix: {{ $json.pix }}"
}
]
}
},
"id": "send_whatsapp",
"name": "Enviar WhatsApp",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
850,
200
]
}
],
"connections": {
"Schedule": {
"main": [
[
{
"node": "Buscar Pagamentos",
"type": "main",
"index": 0
}
]
]
},
"Buscar Pagamentos": {
"main": [
[
{
"node": "Vencendo Hoje?",
"type": "main",
"index": 0
}
]
]
},
"Vencendo Hoje?": {
"main": [
[
{
"node": "Enviar WhatsApp",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Mestre de Cobrança RS Auto. Uses httpRequest. Scheduled trigger; 4 nodes.
Source: https://github.com/RSProlipsiOficial/rs-ecosistem/blob/43de7772db123decb86e679f33c708682225cafb/n8n/mestre_cobranca.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Absen Otomatis. Uses ssh, httpRequest. Scheduled trigger; 11 nodes.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.