When owner details are updated in EverReal, the below payload is submitted as a notification.
interface IOwnerAction { ownerId: string; id: string; firstName: string; lastName: string; email: string; externalId: string; }
Last updated 1 year ago