> For the complete documentation index, see [llms.txt](https://api-docs.everreal.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.everreal.co/webhooks/owner-events/owner_created.md).

# OWNER\_CREATED

```typescript
interface IOwnerAction {
  ownerId: string;
  id: string;
  firstName: string;
  lastName: string;
  email: string;
  externalId: string;
}

```
