AutomationFlowsEmail & Gmail › DHL Shipment Tracking Automation for Web Forms and Emails

DHL Shipment Tracking Automation for Web Forms and Emails

Original n8n title: Automated Dhl Shipment Tracking Bot for Web Forms and Email Inquiries

ByYusuke Yamamoto @yusuke-yamamoto on n8n.io

This n8n template automates responses to customer inquiries about DHL shipment status, handling requests from both web forms and emails. Automate Customer Support: Provide 24/7 instant answers to the common "Where is my order?" question without human intervention. Reduce Support…

Webhook trigger★★★★☆ complexity15 nodesGmail TriggerHTTP RequestGmail
Email & Gmail Trigger: Webhook Nodes: 15 Complexity: ★★★★☆ Added:

This workflow corresponds to n8n.io template #9876 — we link there as the canonical source.

This workflow follows the Gmail → Gmail Trigger recipe pattern — see all workflows that pair these two integrations.

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
{
  "id": "sKPt2XLNb9anT2fW",
  "name": "Multi-Channel DHL Status Bot with n8n, Gmail, and Webhooks",
  "tags": [],
  "nodes": [
    {
      "id": "intro-note-1",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -112,
        80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "webhook-trigger",
      "name": "Webhook Form Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        304,
        112
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "gmail-trigger",
      "name": "Gmail Email Trigger",
      "type": "n8n-nodes-base.gmailTrigger",
      "position": [
        304,
        304
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "setup-note-1",
      "name": "Trigger Setup",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        304,
        480
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "merge-triggers",
      "name": "Merge Triggers",
      "type": "n8n-nodes-base.merge",
      "position": [
        608,
        208
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "extract-tracking",
      "name": "Extract Tracking Number",
      "type": "n8n-nodes-base.code",
      "position": [
        800,
        208
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "extraction-note",
      "name": "Extraction Logic",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        688,
        384
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "dhl-api-request",
      "name": "Get DHL Tracking Status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1008,
        208
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "api-note",
      "name": "DHL API Configuration",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1008,
        384
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "format-response",
      "name": "Format Response Message",
      "type": "n8n-nodes-base.code",
      "position": [
        1200,
        208
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "check-source",
      "name": "Check Source",
      "type": "n8n-nodes-base.if",
      "position": [
        1408,
        208
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "routing-note",
      "name": "Response Routing",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1344,
        352
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "webhook-response",
      "name": "Webhook Response",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1600,
        112
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "gmail-send",
      "name": "Send Gmail Response",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1600,
        304
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "email-config-note",
      "name": "Email Setup",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1600,
        464
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {
    "timezone": "America/New_York",
    "errorWorkflow": "",
    "executionOrder": "v1",
    "saveManualExecutions": true,
    "saveExecutionProgress": true,
    "saveDataErrorExecution": "all",
    "saveDataSuccessExecution": "all"
  },
  "versionId": "9066dca1-1efe-41ec-8477-457dcaadd0a8",
  "connections": {
    "Check Source": {
      "main": [
        [
          {
            "node": "Webhook Response",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send Gmail Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Triggers": {
      "main": [
        [
          {
            "node": "Extract Tracking Number",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gmail Email Trigger": {
      "main": [
        [
          {
            "node": "Merge Triggers",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Webhook Form Trigger": {
      "main": [
        [
          {
            "node": "Merge Triggers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Tracking Number": {
      "main": [
        [
          {
            "node": "Get DHL Tracking Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Response Message": {
      "main": [
        [
          {
            "node": "Check Source",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get DHL Tracking Status": {
      "main": [
        [
          {
            "node": "Format Response Message",
            "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

This n8n template automates responses to customer inquiries about DHL shipment status, handling requests from both web forms and emails. Automate Customer Support: Provide 24/7 instant answers to the common "Where is my order?" question without human intervention. Reduce Support…

Source: https://n8n.io/workflows/9876/ — original creator credit. Request a take-down →

More Email & Gmail workflows → · Browse all categories →

Related workflows

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

Email & Gmail

✨🔪 Advanced AI Powered Document Parsing & Text Extraction with Llama Parse. Uses gmail, gmailTrigger, limit, stickyNote. Webhook trigger; 54 nodes.

Gmail, Gmail Trigger, HTTP Request +6
Email & Gmail

Automate WhatsApp communication for recruitment agencies with an interactive, structured customer experience. This workflow handles pricing inquiries, request submissions, tracking, complaints, and hu

HTTP Request, Google Sheets, Gmail +1
Email & Gmail

This template turns Podium's conversation inbox into a full sales CRM with a custom funnel, AI message classification, automated drip follow-ups, daily admin reports, and a live Kanban dashboard. Six

HTTP Request, Google Sheets, Gmail
Email & Gmail

Suspicious_login_detection. Uses postgres, httpRequest, noOp, html. Webhook trigger; 43 nodes.

Postgres, HTTP Request, Gmail +1
Email & Gmail

This n8n workflow is designed for security monitoring and incident response when suspicious login events are detected. It can be initiated either manually from within the n8n UI for testing or automat

Postgres, HTTP Request, Gmail +1