Skip to content
Need help with our api? Ask in Community
Work Order Status Update

Work Order Status Update

This URL is the URL that you setup on your system, so we can push updates. This webhook will be called anytime a work order changes status.

Webhook Body:

{
    "webhook_type": "Work Order Status Update",
    "work_order": {
        "id": 51658,
        "work_order_uuid": "V29ya09yZGVyOjUxNjU4",
        "work_order_number": 4,
        "account_id": 87190,
        "warehouse_id": 121411,
        "customer_account_id": 87189,
        "client_id": 87189,
        "name": "Work Order - Test 1",
        "type": "ASSEMBLY",
        "previous_status": "READY_TO_PICK",
        "new_status": "CANCELED",
        "timestamp": 1776178531.5623596,
        "changed_by": 181848,
        "priority": "MEDIUM",
        "created_at": "2025-04-29T14:34:12",
        "updated_at": "2026-04-14T14:55:31"
    }
}

Response:

{
  "code": "200",
  "Message": "Success"
}