AutomationFlowsAI & RAG › Bazztech Expiration Workflow

Bazztech Expiration Workflow

Bazztech Expiration Workflow. Uses itemLists, whatsApp. Webhook trigger; 5 nodes.

Webhook trigger★★☆☆☆ complexity5 nodesItem ListsWhatsApp
AI & RAG Trigger: Webhook Nodes: 5 Complexity: ★★☆☆☆ Added:

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 →

Download .json
{
  "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
          }
        ]
      ]
    }
  }
}
Pro

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 →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

YouTube2Post - Video to Article Generator. Uses executeCommand, httpRequest, itemLists, errorTrigger. Webhook trigger; 15 nodes.

Execute Command, HTTP Request, Item Lists +1
AI & RAG

Fluxo Nia App - Agendamento Multi-tenant. Uses redis, httpRequest, openAi, whatsApp. Webhook trigger; 52 nodes.

Redis, HTTP Request, OpenAI +6
AI & RAG

Webhook Code. Uses stickyNote, erpNext, lmChatGoogleGemini, httpRequest. Webhook trigger; 39 nodes.

Erp Next, Google Gemini Chat, HTTP Request +3
AI & RAG

Webhook Code. Uses stickyNote, erpNext, lmChatGoogleGemini, httpRequest. Webhook trigger; 39 nodes.

Erp Next, Google Gemini Chat, HTTP Request +3
AI & RAG

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

Erp Next, Google Gemini Chat, HTTP Request +3