Contactmoment::postSaveΒΆ

{
  "version": "0.1",
   "data": {
    "id": 2101,
    "contactpersoon_id": 2401,
    "soort_contact": "noot",
    "contact_id": 83,
    "personeel_id": 412,
    "onderwerp": "Reserveringsvraag kano dagtocht",
    "to_klant": true,
    "sticky": false,
    "bericht": "Beste Eva, bedankt voor uw aanvraag. We hebben plek op 22 augustus.",
    "ondertekening": "Met vriendelijke groet, Kano Verhuur Groningen",
    "editable_until": "2025-08-18T12:00:00+00:00",
    "booking_id": 4522,
    "created_at": "2025-08-18T09:20:00+00:00",
    "updated_at": "2025-08-18T09:20:00+00:00"
  },
  "meta": {}
}

Explanation:

  • id: integer|null.

  • contactpersoon_id: integer|null.

  • soort_contact: string. Allowed values include herinnering, noot.

  • contact_id: integer|null.

  • personeel_id: integer|null.

  • onderwerp: string.

  • to_klant: boolean|null.

  • sticky: boolean|null.

  • bericht: string.

  • ondertekening: string.

  • editable_until: non-empty-string|null. ISO 8601 datetime until which the item is editable.

  • booking_id: integer|null.

  • created_at: ISO 8601 creation datetime string.

  • updated_at: ISO 8601 last update datetime string.

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