UNIT_CREATED

When unit is created in EverReal, the below payload is submitted as a notification.

interface IUnitAction {
  unitId: string;
  propertyId: string;
  name: string;
  objectId: string;
}

Last updated