Company Events are triggered by certain actions aimed at the company or elements related to it.
company.added – occurs when an Organization adds a company to itself and its owner completes registration, not only invited (Listing 5.2).
Listing 5.2 – Example of company.added payload (JSON)
// Some code
company.deleted – occurs when the Organization deletes its own company. The company must be confirmed and has a confirmed owner, not only invited (Listing 5.3).
Listing 5.3 – Example of company.deleted Payload (JSON)