Skip to content

Task Trigger

Trigger workflows when tasks are created, updated, or deleted in Last Mile Intelligence. Task triggers support advanced filtering by workflow and field conditions.

task

ActionDescription
createdTrigger when a task is created
updatedTrigger when a task is updated
deletedTrigger when a task is deleted

Filter tasks by a specific workflow. Only tasks belonging to the selected workflow will trigger the webhook.

Add conditions to filter which tasks trigger the webhook:

FieldDescription
after.assignee_idAssigned user ID
after.completed_atCompletion timestamp
after.descriptionTask description
after.due_dateDue date
after.labelsTask labels
after.organization_idOrganization ID
after.priorityPriority level
after.status_idStatus ID
after.titleTask title
after.workflow_idWorkflow ID
OperatorDescription
eqEquals
neNot equals
inValue is in list
containsContains substring
startsWithStarts with
endsWithEnds with
gtGreater than
gteGreater than or equal
ltLess than
{
"event": "task.updated",
"timestamp": "2024-01-15T10:30:00Z",
"data": {
"id": "task_abc123",
"title": "Deliver to Customer",
"status_id": "in_progress",
"assignee_id": "user_xyz789",
"workflow_id": "wf_delivery"
}
}
  • Task assignment notifications
  • Status change workflows
  • Completion triggers
  • Escalation automation
  • Integration with external systems