Integrate with DHL
Create shipments and return corresponding shipment tracking numbers, labels, and documentation.
-
Select the Next Matter workflow that should integrate with DHL.
-
Click Edit workflow.
-
Click Add step and select Integrations as the step type.
-
Click the step to open it.
-
Click Settings.
-
Select POST as the Method and enter the following URL:
-
Create the following Headers
-
Accept: application/json
-
dhl-api-key:
YOUR_DHL_API_KEY
You can create the key by clicking this link and clicking the Get Access button in the top right corner. -
Content-type: application/json
-
Authorization:
Basic authentication
(replace with your data) -
Accept-Language: DE-de
-
-
Enter the Body of the request. It might look like the following (make sure to replace the placeholders)
-
Click Save changes.
If needed, refer to the DHL API docs.