Xero provides a collection of events for extending its functionality. Modules and plugins can register event listeners, typically in their init()
methods, to modify Xero’s behavior.
beforeSaveOrganisation
event#The event that is triggered before a organisation is saved.
afterSaveOrganisation
event#The event that is triggered after a organisation is saved.
beforeDeleteOrganisation
event#The event that is triggered before a organisation is deleted.
afterDeleteOrganisation
event#The event that is triggered after a organisation is deleted.