OWNER_CREATED

When owner is created 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