LastMile Triggers
The LastMile Trigger node provides webhook-based event triggers for workflow automation. When events occur in Last Mile Intelligence, they are sent to your n8n workflow via webhook.
Available Triggers
Section titled “Available Triggers”Triggers are organized by resource type. Each resource supports created, updated, and deleted events.
- Order - Order lifecycle events
- Quick Order - Quick order lifecycle events
- Tank - Tank lifecycle events
- Task - Task lifecycle events with advanced filtering
How Triggers Work
Section titled “How Triggers Work”- When the workflow is published, a subscription is created in Last Mile
- When events match your configuration, Last Mile sends a webhook to n8n
- When the workflow is unpublished, the subscription is automatically removed
Authentication
Section titled “Authentication”Triggers use HMAC signature verification to ensure webhook payloads are authentic.