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": "Bazztech Expiration Workflow",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "bazzai-reminders",
"options": {}
},
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"fieldToSplitOut": "body.updates",
"options": {}
},
"name": "Item Lists",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 1,
"position": [
400,
300
]
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.urgency }}",
"value2": "3_DAYS"
}
]
}
},
"name": "Is 3 Days Warning?",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
600,
200
]
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.urgency }}",
"value2": "1_DAY"
}
]
}
},
"name": "Is 1 Day Warning?",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
600,
400
]
},
{
"parameters": {
"operation": "sendTemplate",
"phoneNumberId": "REPLACE_ME",
"recipientPhoneNumber": "={{ $json.client.email }}",
"template": "hello_world",
"language": "en"
},
"name": "WhatsApp Notification",
"type": "n8n-nodes-base.whatsApp",
"typeVersion": 1,
"position": [
850,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Item Lists",
"type": "main",
"index": 0
}
]
]
},
"Item Lists": {
"main": [
[
{
"node": "Is 3 Days Warning?",
"type": "main",
"index": 0
},
{
"node": "Is 1 Day Warning?",
"type": "main",
"index": 0
}
]
]
},
"Is 3 Days Warning?": {
"main": [
[
{
"node": "WhatsApp Notification",
"type": "main",
"index": 0
}
]
]
},
"Is 1 Day Warning?": {
"main": [
[
{
"node": "WhatsApp Notification",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Bazztech Expiration Workflow. Uses itemLists, whatsApp. Webhook trigger; 5 nodes.
Source: https://github.com/Ocholar/bazztech-agentic-team-auto/blob/13259a574ca07d4ae1d0727e9d00b139aed2960d/n8n-workflows/n8n-reminder-workflow.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.
YouTube2Post - Video to Article Generator. Uses executeCommand, httpRequest, itemLists, errorTrigger. Webhook trigger; 15 nodes.
Fluxo Nia App - Agendamento Multi-tenant. Uses redis, httpRequest, openAi, whatsApp. Webhook trigger; 52 nodes.
Webhook Code. Uses stickyNote, erpNext, lmChatGoogleGemini, httpRequest. Webhook trigger; 39 nodes.
Webhook Code. Uses stickyNote, erpNext, lmChatGoogleGemini, httpRequest. Webhook trigger; 39 nodes.
This template automates the process of shortlisting job applicants using ERPNext, n8n, and AI-powered decision-making tools like Google Gemini and OpenAI. It reduces manual effort, ensures fast evalua