Startmomentgroep::postSaveΒΆ

{
  "version": "0.1",
   "data": {
     "id": 7,
     "naam": "Kano dagtocht startmomenten",
     "created_at": "2025-05-01T09:00:00+00:00",
     "updated_at": "2025-05-01T09:00:00+00:00"
   },
  "meta": {}
}

Explanation:

  • id: integer.

  • naam: string.

  • created_at: ISO 8601 creation datetime string.

  • updated_at: ISO 8601 last update datetime string.

Webhook selection: use Startmomentgroep::postInsert for creations and Startmomentgroep::postUpdate for updates.