BoekingsmailZending::postSaveΒΆ

{
  "version": "0.1",
  "data": {
    "id": 305,
    "boekingsmail_id": 80,
    "boeking_id": 4522,
    "contactmoment_id": 1504,
    "afgewezen_reden": null
  },
  "meta": {}
}

Explanation:

  • id: integer.

  • boekingsmail_id: integer.

  • boeking_id: integer.

  • contactmoment_id: integer|null.

  • afgewezen_reden: string|null.

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