For the complete documentation index, see llms.txt. This page is also available as Markdown.

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