Work Order Created

Triggered when a work order is created.

Event Parameter

workorder.created
{
    "company_id": 183,
    "user_id": 756,
    "url": "https://yourcompany.com/handle_webhook",
    "method": "POST",
    "secret": "yoursecretHash",
    "active": true,
    "events": [
        "workorder.created"
    ]
}

Request Body

Includes the work_order_id and the Work Order Object. params will vary depending on how the work order was created.

workorder.created from the Field Nation Platform
workorder.created from the V2 REST API