> ## Documentation Index
> Fetch the complete documentation index at: https://ekso.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# DataCrmContact

> Sample shape for DataCrmContact.

Sample shape for `DataCrmContact`.

## Sample JSON

Copy, edit, paste. Server-set fields (`id`, `created`, `tenantId`, …) are omitted from the example — they're populated by the server on response.

```json theme={null}
{
  "name": "Example name",
  "email": "user@example.com",
  "phone": "example"
}
```

## Fields

| Field   | Type   | Required | Notes |
| ------- | ------ | -------- | ----- |
| `name`  | string | Optional |       |
| `email` | string | Optional |       |
| `phone` | string | Optional |       |
