Back to Templates
This n8n template automates responses to customer inquiries about DHL shipment status, handling requests from both web forms and emails.
Configure the Triggers:
Webhook URL: https://your-n8n-instance.com/webhook/dhl-tracking-inquiry
Set up the DHL API:
YOUR_DHL_API_KEY
with your actual DHL API key.{
"DHL-API-Key": "YOUR_DHL_API_KEY"
}
Configure the Gmail Send Node:
replyTo
address as needed.Activate the workflow.