OWNER_UPDATED
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
Was this helpful?