Message Posted

This event triggers when a message is posted to the work order.

Event Parameter

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

Request Body

Includes the Message Object and the Work Order Object.

workorder.message_posted