Field | Type | Required | Description | Example |
---|---|---|---|---|
name |
Nullable[str] | ✔️ | The name of the deal | Huge Contract with Acme |
description |
Nullable[str] | ✔️ | The description of the deal | Contract with Sales Operations Team |
amount |
Nullable[float] | ✔️ | The amount of the deal | 1000 |
user_id |
OptionalNullable[str] | ➖ | The UUID of the user who is on the deal | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
stage_id |
OptionalNullable[str] | ➖ | The UUID of the stage of the deal | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
company_id |
OptionalNullable[str] | ➖ | The UUID of the company tied to the deal | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
field_mappings |
Dict[str, Any] | ➖ | The custom field mappings of the company between the remote 3rd party & Panora | { "fav_dish": "broccoli", "fav_color": "red" } |
id |
OptionalNullable[str] | ➖ | The UUID of the deal | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
remote_id |
OptionalNullable[str] | ➖ | The id of the deal in the context of the Crm 3rd Party | id_1 |
remote_data |
Dict[str, Any] | ➖ | The remote data of the deal in the context of the Crm 3rd Party | { "fav_dish": "broccoli", "fav_color": "red" } |
created_at |
date | ➖ | The created date of the object | 2024-10-01T12:00:00Z |
modified_at |
date | ➖ | The modified date of the object | 2024-10-01T12:00:00Z |