Kwalificatie::postSave ====================== .. code-block:: json { "version": "0.1", "data": { "id": 15, "naam": "Kano-instructeur", "beschrijving": "Begeleidt kanotochten en geeft veiligheidsinstructies", "archived": null, "created_at": "2025-03-01T09:00:00+00:00", "updated_at": "2025-03-01T09:00:00+00:00" }, "meta": {} } Explanation: - **id**: integer. - **naam**: string. - **beschrijving**: string. - **archived**: non-empty-string|null. ISO 8601 datetime when archived, or null when active. - **created_at**: ISO 8601 creation datetime string. - **updated_at**: ISO 8601 last update datetime string. Webhook selection: use `Kwalificatie::postInsert` for creations and `Kwalificatie::postUpdate` for updates.