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

# ContactSubmissionSchema

# ContactSubmissionSchema

## Properties

| Name                             | Type                   | Description | Notes       |
| -------------------------------- | ---------------------- | ----------- | ----------- |
| **uuid**                         | **str**                |             |             |
| **name**                         | **str**                |             |             |
| **email**                        | **str**                |             |             |
| **subject**                      | **str**                |             |             |
| **message**                      | **str**                |             |             |
| **status**                       | **str**                |             |             |
| **source**                       | **str**                |             |             |
| **notes**                        | **str**                |             |             |
| **suggested\_response**          | **str**                |             |             |
| **suggested\_opportunity\_type** | **str**                |             |             |
| **metadata**                     | **Dict\[str, object]** |             |             |
| **organization\_uuid**           | **str**                |             |             |
| **workspace\_uuid**              | **str**                |             | \[optional] |
| **workspace\_name**              | **str**                |             | \[optional] |
| **assigned\_to\_uuid**           | **str**                |             | \[optional] |
| **assigned\_to\_name**           | **str**                |             | \[optional] |
| **opportunity\_uuid**            | **str**                |             | \[optional] |
| **created\_at**                  | **datetime**           |             |             |
| **updated\_at**                  | **datetime**           |             |             |
