IncomingMailAddress::postSave ============================= .. code-block:: json { "version": "0.1", "data": { "id": 21, "email": "info@kanoverhuurgroningen.nl", "followup_group_id": 7, "company_id": 3 }, "meta": {} } Explanation: - **id**: integer. - **email**: string. - **followup_group_id**: int. - **company_id**: integer. Webhook selection: use `IncomingMailAddress::postInsert` for creations and `IncomingMailAddress::postUpdate` for updates.