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

# Overview

> The Leads data model.

The Leads data model.

## Attributes

### Leads Attributes

| Property                   | Type    | Description |
| -------------------------- | ------- | ----------- |
| `rootfi_id`                | integer |             |
| `rootfi_created_at`        | string  |             |
| `rootfi_updated_at`        | string  |             |
| `rootfi_integration_type`  | enum    |             |
| `platform_id`              | string  |             |
| `name`                     | string  |             |
| `first_name`               | string  |             |
| `last_name`                | string  |             |
| `email`                    | string  |             |
| `company_name`             | string  |             |
| `title`                    | string  |             |
| `lead_source`              | string  |             |
| `status`                   | enum    |             |
| `is_converted`             | boolean |             |
| `converted_contact_id`     | string  |             |
| `converted_account_id`     | string  |             |
| `converted_opportunity_id` | string  |             |
| `converted_date`           | string  |             |
| `owner_id`                 | string  |             |
| `amount`                   | double  |             |
| `currency_id`              | enum    |             |
| `created_at`               | string  |             |
| `updated_at`               | string  |             |
