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

PROPERTY_UPDATED

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

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

Last updated