DHL Express and Slack: High-Value Shipment Approval Template

A Spojit template that pauses high-value orders for a human sign-off, then books the DHL Express shipment and posts the label and tracking number to Slack the moment it is approved.

What It Builds

A Webhook Trigger receives the order when it is ready to ship. A Condition node checks the order total: anything above your threshold routes into a Human approval node so a person can review it before any money is spent. Once approved, a DHL Express Connector node (Direct mode) creates the shipment and label, and a Slack Connector node posts the tracking number and label link to your fulfillment channel. A rejection halts the run, so nothing ships without consent.

The Prompt

Paste this into Miraxa and it builds the workflow, connecting the tools for you:

Build a workflow triggered by a webhook carrying an order. If the order total is over 1000, pause for human approval before shipping. Once someone approves, create a DHL Express shipment for that order and post the tracking number and a link to the shipping label in the #fulfillment Slack channel. If the approval is rejected, stop the workflow.

Connectors Used

  • Webhook Trigger - starts the run when an order is ready to ship.
  • DHL Express - creates the shipment and shipping label.
  • Slack - posts the label and tracking to your channel.

Customize It

Change the 1000 threshold to match your high-value cutoff, swap #fulfillment for your own Slack channel, and route the approval to a specific user, role, or team. You can also add an approval timeout in the prompt so stale requests escalate or expire.

Tips

  • Give the DHL Express connection an API key with shipment-create scope before running.
  • Keep the DHL Express node in Direct mode so each run calls one exact tool with no AI cost.
  • Use the Human node's role or team slot so any approver on shift can clear the queue.

Related

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.