PROPERTY_CREATED

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

interface IPropertyAction {
  propertyId: string;
  name: string;
  objectId: string;
}

Last updated