Skip to content

Dhl

Node: dhl · Full type: n8n-nodes-base.dhl · Version: 1

Credentials

dhlApi (alias: @dhl)

CREDENTIAL @dhl = dhlApi "My Dhl"

Operations

Operations: get

Parameters

Parameter Type Default Details
operation options "get" get
trackingNumber string "" required
options collection {} keys: recipientPostalCode

options children:

Parameter Type Default Details
recipientPostalCode string ""

Example

NODE "dhl" @dhl AS "Dhl" {
  operation: "get",
  trackingNumber: {{ $json.trackingNumber }}
}