Documentation Index
Fetch the complete documentation index at: https://help.nextmatter.com/llms.txt
Use this file to discover all available pages before exploring further.
- 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_KEYYou 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.

