Webhook::postUpdate =================== .. code-block:: json { "version": "0.1", "data": { "id": 18, "created_by": 12, "updated_by": 12, "created_at": "2025-08-18T08:00:00+00:00", "updated_at": "2025-08-18T09:30:00+00:00", "name": "Boeking::postInsert", "url": "https://hooks.kanoverhuurgroningen.nl/webhooks/boeking", "active": true }, "meta": {} } Explanation: - **id**: integer. - **created_by**: integer|null. - **updated_by**: integer|null. - **created_at**: string. - **updated_at**: string. - **name**: string. - **url**: string. - **active**: bool. - **created_at**: ISO 8601 creation datetime string. - **updated_at**: ISO 8601 last update datetime string.