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.
OpportunitySchema
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | str | ||
| name | str | ||
| description | str | ||
| opportunity_type | str | ||
| stage | str | ||
| value | float | [optional] | |
| contact_name | str | ||
| contact_email | str | ||
| company_name | str | ||
| expected_close_date | str | [optional] | |
| notes | str | ||
| metadata | Dict[str, object] | ||
| year | int | ||
| is_archived | bool | ||
| sort_order | int | ||
| owner_uuid | str | ||
| organization_uuid | str | ||
| workspace_uuid | str | [optional] | |
| workspace_name | str | [optional] | |
| assigned_to_uuid | str | [optional] | |
| assigned_to_name | str | [optional] | |
| created_at | datetime | ||
| updated_at | datetime | ||
| created_by | str | ||
| created_by_name | str | [optional] | |
| updated_by | str |