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": "Somar.IA SaaS - Lembretes 24h (Producao)",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 8 * * *"
}
]
}
},
"id": "cron-trigger",
"name": "Todos os Dias as 08:00",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
100,
300
]
},
{
"parameters": {
"url": "https://api.somar.ia.br/api/bot/appointments/reminders",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer CHAVE_SECRETA_N8N"
}
]
},
"options": {}
},
"id": "fetch-reminders",
"name": "Buscar Agendamentos de Amanh\u00e3",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
300,
300
]
},
{
"parameters": {
"fieldToSplitOut": "lembretes",
"options": {}
},
"id": "split-in-batches",
"name": "Para cada Agendamento",
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 2,
"position": [
500,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://api.ultramsg.com/instance156799/messages/chat",
"sendBody": true,
"contentType": "www-form-urlencoded",
"bodyParameters": {
"parameters": [
{
"name": "token",
"value": "nbk60ugo4t1craq9"
},
{
"name": "to",
"value": "={{ $json.pacienteTelefone }}"
},
{
"name": "body",
"value": "Ol\u00e1 {{ $json.pacienteNome }}! Passando para lembrar da sua consulta amanh\u00e3 na {{ $json.clinicaNome }}.\n\nPara confirmar responda *SIM*. Se precisar remarcar ou cancelar, \u00e9 s\u00f3 me responder aqui que eu ajusto na agenda para voc\u00ea!"
}
]
},
"options": {}
},
"id": "send-wa-reminder",
"name": "Disparar UltraMsg Lembrete",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
750,
300
]
}
],
"connections": {
"Todos os Dias as 08:00": {
"main": [
[
{
"node": "Buscar Agendamentos de Amanh\u00e3",
"type": "main",
"index": 0
}
]
]
},
"Buscar Agendamentos de Amanh\u00e3": {
"main": [
[
{
"node": "Para cada Agendamento",
"type": "main",
"index": 0
}
]
]
},
"Para cada Agendamento": {
"main": [
[
{
"node": "Disparar WhatsApp Lembrete",
"type": "main",
"index": 0
}
]
]
},
"Disparar WhatsApp Lembrete": {
"main": [
[
{
"node": "Para cada Agendamento",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Somar.IA SaaS - Lembretes 24h (Producao). Uses httpRequest. Scheduled trigger; 4 nodes.
Source: https://github.com/graphwell/synka/blob/fa9ef705b296a7543b69196a5a5abf2334d6306a/n8n/lembretes-producao.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.